set the guild model for the guild widget/UI
This commit is contained in:
parent
5a907309a0
commit
59d9b877c9
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue