mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
add app id for notifications and other magic
This commit is contained in:
parent
acfd164927
commit
ee6c13d33b
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user