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"),
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import { Button, CheckboxField, Modal, TextField } from "@renderer/components";
|
||||
import { Backdrop } from "@renderer/components/backdrop/backdrop";
|
||||
import { createPortal } from "react-dom";
|
||||
|
||||
export function OnlineFixInstallationGuide() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue