From 7e2da8b15f15874da7a90bbd070668bdb9a1eb78 Mon Sep 17 00:00:00 2001 From: Andrew <66430340+aandrew-me@users.noreply.github.com> Date: Sun, 29 Oct 2023 00:25:34 +0300 Subject: [PATCH] Remove unnecessary code for mac --- main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.js b/main.js index d4254c7..9de507c 100644 --- a/main.js +++ b/main.js @@ -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,