Remove unnecessary code for mac

pull/171/head
Andrew 2 years ago
parent d159038d07
commit 7e2da8b15f

@ -21,8 +21,6 @@ let isQuiting = false;
let indexIsOpen = true;
let trayEnabled = false;
app.commandLine.appendSwitch("--enable-features", "Metal");
function createWindow() {
win = new BrowserWindow({
autoHideMenuBar: true,

Loading…
Cancel
Save