update channel list when a new server is selected
This commit is contained in:
parent
1215e6f561
commit
e3bcddcf4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue