Allow app to start minimized (as tray icon) (#22)
This commit is contained in:
parent
4634dd2e83
commit
9795f02b74
|
@ -2,4 +2,5 @@ export class ElectronConstants {
|
|||
static readonly enableMinimizeToTrayKey: string = 'enableMinimizeToTray';
|
||||
static readonly enableCloseToTrayKey: string = 'enableCloseToTray';
|
||||
static readonly enableTrayKey: string = 'enableTray';
|
||||
static readonly enableStartMinimizedKey: string = 'enableStartMinimizedKey';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue