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:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user