- Skip off-by-one in text-channel chooser
This commit is contained in:
parent
2215bfd9e7
commit
e6045a9244
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class TextSettingsWindow(SettingsWindow):
|
|||
# potentially organize channels by their group/parent_id
|
||||
# https://discord.com/developers/docs/resources/channel#channel-object-channel-structure
|
||||
c_model = Gtk.ListStore(str, bool)
|
||||
self.channel_lookup = ["0"]
|
||||
self.channel_lookup = []
|
||||
|
||||
for guild in self.guild_list():
|
||||
guild_id, guild_name = guild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue