mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 10:43:23 +00:00
Close to tray (#21)
* Close to Tray implemented
* Enable Tray Icon on Linux
* Remove unnecessary function
* Revert 26a3a98e38
This commit is contained in:
@@ -93,7 +93,7 @@ export class BaseMenu {
|
||||
},
|
||||
{
|
||||
label: this.i18nService.t('close'),
|
||||
role: 'close',
|
||||
role: 'quit',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user