From ee6c13d33b1d6efce8848015106d8dd3abb079ed Mon Sep 17 00:00:00 2001 From: phyzical Date: Mon, 4 Apr 2022 22:15:46 +0800 Subject: [PATCH] add app id for notifications and other magic --- electron/gameWindow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/electron/gameWindow.js b/electron/gameWindow.js index 7736d6d0a..50b06a5cf 100644 --- a/electron/gameWindow.js +++ b/electron/gameWindow.js @@ -15,6 +15,7 @@ const debug = process.argv.includes("--debug"); async function createWindow(killall) { const setStopProcessHandler = global.app_handlers.stopProcess; + app.setAppUserModelId("Bitburner") let icon; if (process.platform == 'linux') {