1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-21 10:43:23 +00:00
Files
jslib/src/electron/electronConstants.ts
h44z d5308a3bf5 Close to tray (#21)
* Close to Tray implemented

* Enable Tray Icon on Linux

* Remove unnecessary function

* Revert 26a3a98e38
2018-12-03 15:55:43 -05:00

6 lines
243 B
TypeScript

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