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') {