mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Allow app to start minimized (as tray icon) (#22)
This commit is contained in:
@@ -2,4 +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';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user