@@ -1319,11 +1319,13 @@ class ChatWindow(base_class, ui_class, ColorHelperMixin):
self.tab_widget.setCurrentWidget(self.selected_session.chat_widget)# why do we switch the tab here, but do everything else in the selected_session property setter? -Dan