mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 10:43:23 +00:00
add window option: always on top of other windows (#41)
* add window option: always on Top * updated import path * changes requested
This commit is contained in:
@@ -3,4 +3,5 @@ export class ElectronConstants {
|
||||
static readonly enableCloseToTrayKey: string = 'enableCloseToTray';
|
||||
static readonly enableTrayKey: string = 'enableTray';
|
||||
static readonly enableStartToTrayKey: string = 'enableStartToTrayKey';
|
||||
static readonly enableAlwaysOnTopKey: string = 'enableAlwaysOnTopKey';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user