[feat] refine tray and main window behavior

This commit is contained in:
dijunkun
2026-08-25 17:14:45 +08:00
parent f6e89725aa
commit 4528caf0f4
18 changed files with 300 additions and 184 deletions
-2
View File
@@ -140,8 +140,6 @@ struct UserSettingsState {
bool enable_autostart_last_ = false;
bool enable_daemon_ = false;
bool enable_daemon_last_ = false;
bool enable_minimize_to_tray_ = false;
bool enable_minimize_to_tray_last_ = false;
char file_transfer_save_path_buf_[512] = "";
std::string file_transfer_save_path_last_;
char signal_server_ip_self_[256] = "";