patch: fix a syntax error in the Disable Updates, websocket connection wouldn't automatically reconnect, ui rerender optimizations

bump version to 1.0.8.1
This commit is contained in:
kitbyte
2026-05-15 14:46:04 +03:00
parent 710d014e6d
commit 1f5ba9fc95
9 changed files with 138 additions and 36 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ namespace WandEnhancer.Core
SearchHints = new[] { "ACTION_CHECK_FOR_UPDATE" },
Target = new Regex(@"registerHandler\(""ACTION_CHECK_FOR_UPDATE"".*?\)\)\)\)",
RegexOptions.Singleline),
Patch = "registerHandler(\"ACTION_CHECK_FOR_UPDATE\",(e=>expectUpdateFeedUrl(e,(e=>null)))"
Patch = "registerHandler(\"ACTION_CHECK_FOR_UPDATE\",(e=>expectUpdateFeedUrl(e,(e=>null))))"
}
}
},