diff --git a/src/app/main/index.ts b/src/app/main/index.ts index 0d23946..fb9aff6 100644 --- a/src/app/main/index.ts +++ b/src/app/main/index.ts @@ -132,8 +132,8 @@ export async function init() { app.configureHostResolver({enableBuiltInResolver: false}); - if (process.platform === "win32") { - app.setAppUserModelId("Nintendo Switch Online (nxapi)"); + if (process.platform === 'win32') { + app.setAppUserModelId('uk.org.fancy.nxapi.app'); } appinstance.store.restoreMonitorState(appinstance.monitors);