mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 02:33:37 +00:00
Desktop fit & finish (#212)
* Add context menu on right click to mac * Add hide dock setting * Change "hide dock" to "always show dock" * Add support on mac for minimize to menu bar on close, minimize or start * Add "openAtLogin" to ElectronConstants * Add "restoreFromTray" to TrayMainService
This commit is contained in:
@@ -7,4 +7,6 @@ export class ElectronConstants {
|
||||
static readonly minimizeOnCopyToClipboardKey: string = 'minimizeOnCopyToClipboardKey';
|
||||
static readonly enableBiometric: string = 'enabledBiometric';
|
||||
static readonly enableBrowserIntegration: string = 'enableBrowserIntegration';
|
||||
static readonly alwaysShowDock: string = 'alwaysShowDock';
|
||||
static readonly openAtLogin: string = 'openAtLogin';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user