mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: merge with main
This commit is contained in:
parent
facca3e26c
commit
eb11eb2bd0
5 changed files with 5 additions and 10 deletions
|
@ -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>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue