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

@@ -3,7 +3,9 @@ import * as path from 'path';
import * as url from 'url';
export class WindowMain {
constructor(private win: BrowserWindow, private dev: boolean) { }
win: BrowserWindow;
constructor(private dev: boolean) { }
init() {
try {