Skip to content

Commit

Permalink
fix: removing backdrop from online-fix guide
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed May 2, 2024
2 parents d24e9f9 + 98a1f81 commit 2f19094
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit 2f19094

Please sign in to comment.