fix(plugin): add debug logging to check_mangohud
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -10,6 +10,7 @@ export const checkMangohud = callable<[], {
|
||||
path: string
|
||||
version: string
|
||||
error?: string
|
||||
debug?: string
|
||||
}>("check_mangohud")
|
||||
|
||||
export const writeMangohudConfig = callable<[], {
|
||||
|
||||
Reference in New Issue
Block a user