mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
adjustments to close to tray changes
This commit is contained in:
parent
d5308a3bf5
commit
1da72b9a97
@ -93,7 +93,7 @@ export class BaseMenu {
|
||||
},
|
||||
{
|
||||
label: this.i18nService.t('close'),
|
||||
role: 'quit',
|
||||
role: 'close',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
@ -66,9 +66,7 @@ export class TrayMain {
|
||||
this.hideToTray();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
if (process.platform === 'win32') {
|
||||
this.windowMain.win.on('close', async (e: Event) => {
|
||||
if (await this.storageService.get<boolean>(ElectronConstants.enableCloseToTrayKey)) {
|
||||
if (!this.windowMain.isQuitting) {
|
||||
|
Loading…
Reference in New Issue
Block a user