Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jozz024 committed Sep 6, 2021
1 parent 0669781 commit d75d1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Entrance.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
})[0];
if (confirmation === 0) return;
config.regions = '__DEFAULT__';
config.regions = '__community__';
await writeFile(`${remote.app.getPath('userData')}/PATHS.json`, JSON.stringify(config, null, 2), 'utf8');
}
Expand Down Expand Up @@ -104,7 +104,7 @@
config = JSON.parse(await readFile(`${remote.app.getPath('userData')}/PATHS.json`, 'utf8'));
if (!FULL_TOGGLE) config.regions = '__default__';
needsKeys = (config.keys === "UNCONFIGURED");
config.abilities = 'DEFAULT_ABILITIES';
config.abilities = '__DEFAULT__';
})
</script>

Expand Down

0 comments on commit d75d1a3

Please # to comment.