fix build, sciter

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-10-08 23:32:11 +08:00
parent 2f2a7d1f89
commit 3bb7123dd5
7 changed files with 18 additions and 8 deletions

View File

@@ -1970,6 +1970,8 @@ impl Connection {
}
Some(misc::Union::RefreshVideo(r)) => {
if r {
// Refresh all videos.
// Compatibility with old versions and sciter(remote).
self.refresh_video_display(None);
}
self.update_auto_disconnect_timer();