mirror of
https://github.com/bitwarden/browser
synced 2024-12-27 10:23:48 +01:00
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
|
export class ElectronConstants {
|
||
|
static readonly enableMinimizeToTrayKey: string = 'enableMinimizeToTray';
|
||
|
static readonly enableTrayKey: string = 'enableTray';
|
||
|
}
|