mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:41:59 +00:00
Fixed race condition pr
This commit is contained in:
@@ -96,7 +96,7 @@ class PluginManager:
|
||||
"id": 1,
|
||||
"method": "Runtime.evaluate",
|
||||
"params": {
|
||||
"expression": f"resolveMethodCall({call_id}, {r})",
|
||||
"expression": f"resolveMethodCall('{call_id}', {r})",
|
||||
"userGesture": True
|
||||
}
|
||||
}, receive=False)
|
||||
|
||||
Reference in New Issue
Block a user