start to tray updates
This commit is contained in:
parent
9795f02b74
commit
04e6fac5e4
|
@ -2,5 +2,5 @@ export class ElectronConstants {
|
||||||
static readonly enableMinimizeToTrayKey: string = 'enableMinimizeToTray';
|
static readonly enableMinimizeToTrayKey: string = 'enableMinimizeToTray';
|
||||||
static readonly enableCloseToTrayKey: string = 'enableCloseToTray';
|
static readonly enableCloseToTrayKey: string = 'enableCloseToTray';
|
||||||
static readonly enableTrayKey: string = 'enableTray';
|
static readonly enableTrayKey: string = 'enableTray';
|
||||||
static readonly enableStartMinimizedKey: string = 'enableStartMinimizedKey';
|
static readonly enableStartToTrayKey: string = 'enableStartToTrayKey';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue