Add missing call to cx.notify

This commit is contained in:
Piotr Osiewicz 2023-06-30 12:15:47 +02:00
parent 081e340d26
commit c1a6292152

View file

@ -481,6 +481,7 @@ impl CollabTitlebarItem {
}) })
.detach(); .detach();
} }
cx.notify();
} }
fn render_toggle_contacts_button( fn render_toggle_contacts_button(
&self, &self,