[fix] fix file transfer window interactions issue

This commit is contained in:
dijunkun
2026-04-14 14:25:16 +08:00
parent 3701b2c0d9
commit 855b15025c
4 changed files with 52 additions and 37 deletions
+1
View File
@@ -54,6 +54,7 @@ class Render {
std::chrono::steady_clock::time_point file_send_last_update_time_;
uint64_t file_send_last_bytes_ = 0;
bool file_transfer_window_visible_ = false;
bool file_transfer_window_hovered_ = false;
std::atomic<uint32_t> current_file_id_{0};
struct QueuedFile {