1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

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

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