Merge pull request #3352 from phyzical/feature/3258

add app id for notifications and other magic
This commit is contained in:
hydroflame
2022-04-05 19:53:35 -04:00
committed by GitHub

View File

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