[fix] disable clipboard sharing when not in control mode

This commit is contained in:
dijunkun
2026-03-05 17:46:27 +08:00
parent 319416f1b7
commit 81cb1d6c0b
4 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ class Render {
bool connection_established_ = false;
bool rejoin_ = false;
bool net_traffic_stats_button_pressed_ = false;
bool mouse_control_button_pressed_ = true;
bool enable_mouse_control_ = true;
bool mouse_controller_is_started_ = false;
bool audio_capture_button_pressed_ = true;
bool control_mouse_ = true;