removed isVisible() from IdDialog update so that it does update when an identity is created from another tab

This commit is contained in:
csoler 2026-02-20 21:32:13 +01:00
parent 27fc56b8b7
commit e1afeee37d

View File

@ -510,7 +510,6 @@ void IdDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> 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.