mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
electron constants
This commit is contained in:
parent
61e13daefa
commit
c6c5dd6d46
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';
|
||||
}
|
Loading…
Reference in New Issue
Block a user