crates/collab_ui/src/collab_titlebar_item.rs 🔗
@@ -481,6 +481,7 @@ impl CollabTitlebarItem {
})
.detach();
}
+ cx.notify();
}
fn render_toggle_contacts_button(
&self,
Piotr Osiewicz created
crates/collab_ui/src/collab_titlebar_item.rs | 1 +
1 file changed, 1 insertion(+)
@@ -481,6 +481,7 @@ impl CollabTitlebarItem {
})
.detach();
}
+ cx.notify();
}
fn render_toggle_contacts_button(
&self,