mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +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