mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-23 02:41:02 +00:00
fix: validade-path import
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user