1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-19 07:35:48 +02:00
bitwarden-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';
}