mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[chore] Update jslib (#1277)
* [chore] Update jslib * [bug] Correct value for system theme dropdown key * [chore] Update jslib
This commit is contained in:
@@ -22,7 +22,11 @@ import { NativeMessagingMain } from "./main/nativeMessaging.main";
|
||||
|
||||
import { StateService } from "jslib-common/services/state.service";
|
||||
|
||||
import { Account, AccountFactory } from "jslib-common/models/domain/account";
|
||||
import { Account } from "./models/account";
|
||||
|
||||
import { GlobalState } from "jslib-common/models/domain/globalState";
|
||||
|
||||
import { StateFactory } from "jslib-common/factories/stateFactory";
|
||||
|
||||
export class Main {
|
||||
logService: ElectronLogService;
|
||||
@@ -86,7 +90,7 @@ export class Main {
|
||||
null,
|
||||
this.logService,
|
||||
null,
|
||||
new AccountFactory(Account)
|
||||
new StateFactory(GlobalState, Account)
|
||||
);
|
||||
|
||||
this.windowMain = new WindowMain(
|
||||
|
||||
Reference in New Issue
Block a user