1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-21 02:33:37 +00:00

Close to tray (#21)

* Close to Tray implemented

* Enable Tray Icon on Linux

* Remove unnecessary function

* Revert 26a3a98e38
This commit is contained in:
h44z
2018-12-03 21:55:43 +01:00
committed by Kyle Spearrin
parent 5609fecbce
commit d5308a3bf5
4 changed files with 21 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
export class ElectronConstants {
static readonly enableMinimizeToTrayKey: string = 'enableMinimizeToTray';
static readonly enableCloseToTrayKey: string = 'enableCloseToTray';
static readonly enableTrayKey: string = 'enableTray';
}