mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: removing backdrop from online-fix guide
This commit is contained in:
commit
2f19094341
2 changed files with 1 additions and 2 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue