mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
removed isVisible() from IdDialog update so that it does update when an identity is created from another tab
This commit is contained in:
parent
27fc56b8b7
commit
e1afeee37d
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user