mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-26 00:13:08 -05:00
fix: weird linting choices, use appId
This commit is contained in:
parent
08ff27398e
commit
dda504b50c
|
|
@ -132,8 +132,8 @@ export async function init() {
|
||||||
|
|
||||||
app.configureHostResolver({enableBuiltInResolver: false});
|
app.configureHostResolver({enableBuiltInResolver: false});
|
||||||
|
|
||||||
if (process.platform === "win32") {
|
if (process.platform === 'win32') {
|
||||||
app.setAppUserModelId("Nintendo Switch Online (nxapi)");
|
app.setAppUserModelId('uk.org.fancy.nxapi.app');
|
||||||
}
|
}
|
||||||
|
|
||||||
appinstance.store.restoreMonitorState(appinstance.monitors);
|
appinstance.store.restoreMonitorState(appinstance.monitors);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user