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