mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-09-07 10:55:09 -05:00
fix: weird linting choices, use appId
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user