1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-26 18:04:07 +01:00
bitwarden-estensione-browser/src/electron/electronConstants.ts
2018-05-05 00:28:33 -04:00

5 lines
171 B
TypeScript

export class ElectronConstants {
static readonly enableMinimizeToTrayKey: string = 'enableMinimizeToTray';
static readonly enableTrayKey: string = 'enableTray';
}