From e1afeee37d21280dc4be9b6e25d6904ce0a6863e Mon Sep 17 00:00:00 2001 From: csoler Date: Fri, 20 Feb 2026 21:32:13 +0100 Subject: [PATCH] removed isVisible() from IdDialog update so that it does update when an identity is created from another tab --- retroshare-gui/src/gui/Identity/IdDialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/retroshare-gui/src/gui/Identity/IdDialog.cpp b/retroshare-gui/src/gui/Identity/IdDialog.cpp index 0d393a6fe..cb7d4ea74 100644 --- a/retroshare-gui/src/gui/Identity/IdDialog.cpp +++ b/retroshare-gui/src/gui/Identity/IdDialog.cpp @@ -510,7 +510,6 @@ void IdDialog::handleEvent_main_thread(std::shared_ptr event) case RsGxsIdentityEventCode::NEW_IDENTITY: case RsGxsIdentityEventCode::UPDATED_IDENTITY: - if (isVisible()) updateIdListRequest(); // use a timer for events not generated by local changes which generally // come in large herds. Allows to group multiple changes into a single UI update.