mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
Close to tray (#21)
* Close to Tray implemented * Enable Tray Icon on Linux * Remove unnecessary function * Revert 26a3a98e384cc62a94f2b213af3a6543874b3d95
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export class ElectronConstants {
|
||||
static readonly enableMinimizeToTrayKey: string = 'enableMinimizeToTray';
|
||||
static readonly enableCloseToTrayKey: string = 'enableCloseToTray';
|
||||
static readonly enableTrayKey: string = 'enableTray';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user