mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: validade-path import
This commit is contained in:
parent
78f46c8cf4
commit
729f3995fa
3 changed files with 5 additions and 237 deletions
|
|
@ -8,7 +8,7 @@ import type { GameShop } from "@types";
|
|||
import { getDownloadsPath } from "../helpers/get-downloads-path";
|
||||
import { getImageBase64 } from "@main/helpers";
|
||||
import { In } from "typeorm";
|
||||
import validatePath from "./helpers/validate-path";
|
||||
import validatePath from "../helpers/validate-path";
|
||||
import { dialog } from "electron";
|
||||
import { t } from "i18next";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
import { userPreferencesRepository } from "@main/repository";
|
||||
import { registerEvent } from "./register-event";
|
||||
import { registerEvent } from "../register-event";
|
||||
import { dialog } from "electron";
|
||||
import { t } from "i18next";
|
||||
import type { UserPreferences } from "@types";
|
||||
import validatePath from "./helpers/validate-path";
|
||||
import validatePath from "../helpers/validate-path";
|
||||
|
||||
const updateUserPreferences = async (
|
||||
_event: Electron.IpcMainInvokeEvent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue