mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-28 21:31:03 +00:00
chore: merge with main
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { defaultDownloadsPath } from "@main/constants";
|
||||
import { levelKeys } from "@main/level";
|
||||
import { db, levelKeys } from "@main/level";
|
||||
import type { UserPreferences } from "@types";
|
||||
import { db } from "@main/level";
|
||||
|
||||
export const getDownloadsPath = async () => {
|
||||
const userPreferences = await db.get<string, UserPreferences>(
|
||||
|
||||
Reference in New Issue
Block a user