Skip to content

Commit

Permalink
comment out settings.delete
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfarmer committed Nov 19, 2024
1 parent 06a844c commit 7d4752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function main(window: BrowserWindow) {
const settings = Storage.getTable("settings");

// Deleting osuSongsDir will force initial beatmap import
settings.delete("osuSongsDir");
// settings.delete("osuSongsDir");
const osuSongsDir = settings.get("osuSongsDir");

if (osuSongsDir.isNone) {
Expand Down

0 comments on commit 7d4752d

Please sign in to comment.