Add a button which can copy local id to clipboard

This commit is contained in:
dijunkun
2024-07-03 11:03:04 +08:00
parent 95ad605b36
commit b822221d7f
6 changed files with 1366 additions and 1189 deletions

View File

@@ -45,6 +45,7 @@ int Render::RemoteWindow() {
ImGui::SameLine();
if (ImGui::Button(ICON_FA_ARROW_RIGHT_LONG, ImVec2(55, 38)) || rejoin_) {
connect_button_pressed_ = true;
connection_status_ = ConnectionStatus::Connecting;
int ret = -1;
if (signal_connected_) {
if (!connection_established_) {