1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

automatic sync intervals

This commit is contained in:
Kyle Spearrin
2018-02-09 15:49:00 -05:00
parent ac647f3184
commit 3b3750734b
3 changed files with 47 additions and 3 deletions

View File

@@ -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();