mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-12 18:53:55 +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) {
|
async function createWindow(killall) {
|
||||||
const setStopProcessHandler = global.app_handlers.stopProcess;
|
const setStopProcessHandler = global.app_handlers.stopProcess;
|
||||||
|
app.setAppUserModelId("Bitburner")
|
||||||
|
|
||||||
let icon;
|
let icon;
|
||||||
if (process.platform == 'linux') {
|
if (process.platform == 'linux') {
|
||||||
|
Loading…
Reference in New Issue
Block a user