Merge pull request #3167 from csoler/v0.6-BugFixing_42

removed isVisible() from IdDialog update so that it does update when …
This commit is contained in:
csoler 2026-02-20 21:33:09 +01:00 committed by GitHub
commit 6aef07d2ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -513,7 +513,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.