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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user