update channel list when a new server is selected

This commit is contained in:
Adrian Edwards 2020-10-18 19:07:10 -07:00
parent 1215e6f561
commit e3bcddcf4f

View file

@ -386,6 +386,7 @@ class TextSettingsWindow(SettingsWindow):
guild_id = self.guild_lookup[button.get_active()]
self.guild = guild_id
self.save_config()
self.update_channel_model()
def change_placement(self, button):
if self.placement_window: