mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: migrating achievements to level
This commit is contained in:
parent
2c881a6100
commit
a23106b0b1
34 changed files with 388 additions and 475 deletions
|
@ -3,7 +3,7 @@ import { registerEvent } from "../register-event";
|
|||
import { Crypto, HydraApi } from "@main/services";
|
||||
import { db } from "@main/level";
|
||||
import type { Auth } from "@types";
|
||||
import { levelKeys } from "@main/level/sublevels/keys";
|
||||
import { levelKeys } from "@main/level";
|
||||
|
||||
const openCheckout = async (_event: Electron.IpcMainInvokeEvent) => {
|
||||
const auth = await db.get<string, Auth>(levelKeys.auth, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue