mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-08-19 09:09:03 -05:00
fix: use correct title for Windows notifications
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user