fix(plugin): add debug logging to check_mangohud

This commit is contained in:
2026-06-28 20:47:43 +08:00
parent 55bc86874a
commit 6a486ed257
3 changed files with 17 additions and 10 deletions
@@ -112,6 +112,9 @@ export default function MainPanel({
path: result.path,
version: result.version,
})
if (result.debug) {
console.log("[DeckyVault] MangoHud debug:", result.debug)
}
}
async function handleTestKey() {
+1
View File
@@ -10,6 +10,7 @@ export const checkMangohud = callable<[], {
path: string
version: string
error?: string
debug?: string
}>("check_mangohud")
export const writeMangohudConfig = callable<[], {