mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 02:33:37 +00:00
Add minimizeOnCopyToClipboardKey constant (#74)
* Add minimizeOnCopyToClipboardKey constant
* Move minimizeOnCopyToClipboardKey constant to electronConstants.ts
* Add minimizeIfNeeded method to view component
* Revert "Add minimizeIfNeeded method to view component"
This reverts commit 7a5f2a3aa3d418ead5c03ce4c3f0ba00ffd34bb2.
* Make storageService protected in window.main
* Revert "Make storageService protected in window.main"
This reverts commit 0431565c65.
This commit is contained in:
committed by
GitHub
parent
8438cafbd0
commit
2de8c5ed16
@@ -4,4 +4,5 @@ export class ElectronConstants {
|
||||
static readonly enableTrayKey: string = 'enableTray';
|
||||
static readonly enableStartToTrayKey: string = 'enableStartToTrayKey';
|
||||
static readonly enableAlwaysOnTopKey: string = 'enableAlwaysOnTopKey';
|
||||
static readonly minimizeOnCopyToClipboardKey: string = 'minimizeOnCopyToClipboardKey';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user