fix sciter can't update connect status bug

This commit is contained in:
csf
2022-09-06 21:10:59 +08:00
parent 05218ecabc
commit 468527775e
2 changed files with 2 additions and 95 deletions

View File

@@ -1055,6 +1055,7 @@ function showSettings() {
}
function checkConnectStatus() {
handler.check_mouse_time(); // trigger connection status updater
self.timer(1s, function() {
var tmp = !!handler.get_option("stop-service");
if (tmp != service_stopped) {