chore: merge with main

This commit is contained in:
Chubby Granny Chaser 2025-01-21 10:31:39 +00:00
parent facca3e26c
commit eb11eb2bd0
No known key found for this signature in database
5 changed files with 5 additions and 10 deletions

View file

@ -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>(