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

menu with messages back to app

This commit is contained in:
Kyle Spearrin
2018-02-08 15:58:47 -05:00
parent 5e8ccd19c5
commit c76b4821c6
10 changed files with 233 additions and 61 deletions

View File

@@ -17,10 +17,9 @@ if (watch) {
const i18nService = new I18nService('en', './locales/');
i18nService.init().then(() => { });
let win: BrowserWindow;
const windowMain = new WindowMain(dev);
const messagingMain = new MessagingMain();
const menuMain = new MenuMain();
const windowMain = new WindowMain(win, dev);
const menuMain = new MenuMain(windowMain);
messagingMain.init();
menuMain.init();