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() {
|
||||
|
||||
Reference in New Issue
Block a user