diff --git a/src/app/main/index.ts b/src/app/main/index.ts index dfc1411..0d23946 100644 --- a/src/app/main/index.ts +++ b/src/app/main/index.ts @@ -132,6 +132,10 @@ export async function init() { app.configureHostResolver({enableBuiltInResolver: false}); + if (process.platform === "win32") { + app.setAppUserModelId("Nintendo Switch Online (nxapi)"); + } + appinstance.store.restoreMonitorState(appinstance.monitors); const menu = new MenuApp(appinstance);