ApiBase: fix event names for App

This commit is contained in:
softworkz
2025-11-09 02:28:39 +01:00
parent 402147b8ef
commit 95fd7aa665
3 changed files with 23 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ namespace ElectronNET.API
/// </summary>
public sealed class App : ApiBase
{
protected override string SocketEventCompleteSuffix => "Completed";
protected override SocketEventNameTypes SocketEventNameType => SocketEventNameTypes.NoDashUpperFirst;
/// <summary>
/// Emitted when all windows have been closed.