set the guild model for the guild widget/UI

This commit is contained in:
Adrian Edwards 2020-10-18 16:07:33 -07:00
parent 5a907309a0
commit 59d9b877c9

View file

@ -60,6 +60,8 @@ class TextSettingsWindow(SettingsWindow):
c_model.append([chan["name"], True])
self.channel_lookup.append(c)
self.guild_widget.set_model(g_model)
self.guild_model = g_model
self.channel_widget.set_model(c_model)
self.channel_model = c_model