Allow app to start minimized (as tray icon) (#22)

This commit is contained in:
h44z 2019-02-02 18:13:30 +01:00 committed by Kyle Spearrin
parent 4634dd2e83
commit 9795f02b74
1 changed files with 1 additions and 0 deletions

View File

@ -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';
}