[fix] fix update button lag in release mode by using non-blocking URL opener.

This commit is contained in:
dijunkun
2026-03-10 10:39:05 +08:00
parent b230b851e4
commit 263c5eefd3
3 changed files with 37 additions and 38 deletions
+1
View File
@@ -235,6 +235,7 @@ class Render {
bool ConnectionStatusWindow(
std::shared_ptr<SubStreamWindowProperties>& props);
int ShowRecentConnections();
bool OpenUrl(const std::string& url);
void Hyperlink(const std::string& label, const std::string& url,
const float window_width);
int FileTransferWindow(std::shared_ptr<SubStreamWindowProperties>& props);