Add missing notify when changing ChatPanel's channel

This commit is contained in:
Max Brunsfeld 2023-09-08 17:29:16 -07:00
parent c2121c25c1
commit f5f85b3f76

View file

@ -240,6 +240,7 @@ impl ChatPanel {
select.set_selected_index(ix, cx);
}
});
cx.notify();
}
}