mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -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});
|
||||
|
||||
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user