[fix] fix version check issue

This commit is contained in:
dijunkun
2025-11-12 00:21:18 +08:00
parent 941b5e5cdc
commit adb6cee326
4 changed files with 6 additions and 4 deletions

View File

@@ -308,6 +308,7 @@ class Render {
// main window properties
std::string latest_version_ = "";
bool update_available_ = false;
bool start_mouse_controller_ = false;
bool mouse_controller_is_started_ = false;
bool start_screen_capturer_ = false;