mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
automatic sync intervals
This commit is contained in:
@@ -16,7 +16,7 @@ if (watch) {
|
||||
|
||||
const i18nService = new I18nService('en', './locales/');
|
||||
const windowMain = new WindowMain(dev);
|
||||
const messagingMain = new MessagingMain();
|
||||
const messagingMain = new MessagingMain(windowMain);
|
||||
const menuMain = new MenuMain(windowMain, i18nService);
|
||||
|
||||
windowMain.init();
|
||||
|
||||
Reference in New Issue
Block a user