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

version update alert

This commit is contained in:
Kyle Spearrin
2018-02-13 12:59:24 -05:00
parent a2cb4629ae
commit c22369fff4
3 changed files with 42 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ const i18nService = new I18nService('en', './locales/');
const storageService = new DesktopStorageService();
const messagingService = new DesktopMainMessagingService(windowMain, messagingMain);
const updaterMain = new UpdaterMain();
const updaterMain = new UpdaterMain(windowMain, i18nService);
const menuMain = new MenuMain(windowMain, updaterMain, i18nService, messagingService);
const powerMonitorMain = new PowerMonitorMain(storageService, messagingService);