mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-16 18:12:24 +01:00
add app id for notifications and other magic
This commit is contained in:
@ -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') {
|
||||
|
Reference in New Issue
Block a user