fix: removing backdrop from online-fix guide

This commit is contained in:
Hydra
2024-05-02 09:47:25 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ export enum GameStatus {
Cancelled = "cancelled",
}
export const defaultDownloadsPath = path.join(os.homedir(), "downloads");
export const defaultDownloadsPath = app.getPath("downloads");
export const databasePath = path.join(
app.getPath("appData"),