[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

@@ -908,6 +908,7 @@ int Render::DrawStreamWindow() {
int Render::Run() {
latest_version_ = CheckUpdate();
update_available_ = IsNewerVersion(CROSSDESK_VERSION, latest_version_);
path_manager_ = std::make_unique<PathManager>("CrossDesk");
if (path_manager_) {