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
Tobirexy 697e7ef632 add window option: always on top of other windows (#41)
* add window option: always on Top

* updated import path

* changes requested
2019-06-03 08:29:29 -04:00

8 lines
393 B
TypeScript

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