mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
electron constants
This commit is contained in:
4
src/electron/electronConstants.ts
Normal file
4
src/electron/electronConstants.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export class ElectronConstants {
|
||||
static readonly enableMinimizeToTrayKey: string = 'enableMinimizeToTray';
|
||||
static readonly enableTrayKey: string = 'enableTray';
|
||||
}
|
||||
Reference in New Issue
Block a user