Update electron start

This commit is contained in:
softworkz
2025-11-15 09:31:19 +01:00
parent 17f24749cd
commit a30239e3a6
4 changed files with 53 additions and 16 deletions

View File

@@ -24,6 +24,8 @@
StartupManager.Initialize();
}
public static string ElectronExtraArguments { get; set; }
public static int? ElectronSocketPort { get; internal set; }
public static int? AspNetWebPort { get; internal set; }