mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 00:23:35 +00:00
Tray icon (#84)
* Implemented configurable tray icon * Fixed calls to callAnalytics using wrong indicators
This commit is contained in:
5
src/services/desktopconstants.service.ts
Normal file
5
src/services/desktopconstants.service.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class DesktopConstantsService {
|
||||
static readonly enableHideInTrayKey: string = 'enableHideInTray';
|
||||
|
||||
readonly enableHideInTrayKey: string = DesktopConstantsService.enableHideInTrayKey;
|
||||
}
|
||||
Reference in New Issue
Block a user