1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-16 16:23:15 +00:00

[bug] Move enableBrowserIntegration to global state (#630)

This commit is contained in:
Addison Beck
2022-01-24 10:47:41 -05:00
committed by GitHub
parent 4436e5fb60
commit e5cc3de46d
4 changed files with 20 additions and 22 deletions

View File

@@ -32,4 +32,6 @@ export class GlobalState {
enableStartToTray?: boolean;
openAtLogin?: boolean;
alwaysShowDock?: boolean;
enableBrowserIntegration?: boolean;
enableBrowserIntegrationFingerprint?: boolean;
}