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

only update menu for certain events

This commit is contained in:
Kyle Spearrin
2018-02-14 08:54:27 -05:00
parent 3bffbbbeb3
commit 400f534ab3
3 changed files with 6 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
import { isDev } from '../scripts/utils';
import { app, BrowserWindow, screen } from 'electron';
import * as path from 'path';
import * as url from 'url';
import { Main } from '../main';
import { isDev } from '../scripts/utils';
export class WindowMain {
win: BrowserWindow;