diff --git a/index.js b/index.js index 81fd45b5..1e1af391 100644 --- a/index.js +++ b/index.js @@ -255,6 +255,10 @@ app.on("ready", () => { }, 20000); } + if (is.windows()) { + app.setAppUserModelId("com.github.th-ch.youtube-music"); + } + mainWindow = createMainWindow(); setApplicationMenu(mainWindow); if (config.get("options.restartOnConfigChanges")) {