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
+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<[], {