[feat] display remote controller hostname instead of remote id

This commit is contained in:
dijunkun
2026-01-26 22:52:58 +08:00
parent a7820a79db
commit e9fce5b8b8
3 changed files with 65 additions and 31 deletions

View File

@@ -668,7 +668,9 @@ class Render {
/* ------ server mode ------ */
std::unordered_map<std::string, ConnectionStatus> connection_status_;
std::unordered_map<std::string, std::string> connection_host_names_;
std::string selected_server_remote_id_ = "";
std::string selected_server_remote_hostname_ = "";
FileTransferState file_transfer_;
};
} // namespace crossdesk