Ver código fonte

fix(config): typo in Keys.ToggleGuildsTree toml key name

ayn2op 1 ano atrás
pai
commit
cdb54205a9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      internal/config/keys.go

+ 1 - 1
internal/config/keys.go

@@ -5,7 +5,7 @@ type (
 		FocusGuildsTree   string `toml:"focus_guilds_tree"`
 		FocusMessagesText string `toml:"focus_messages_text"`
 		FocusMessageInput string `toml:"focus_message_input"`
-		ToggleGuildsTree  string `toml:"toggle_guild_tree"`
+		ToggleGuildsTree  string `toml:"toggle_guilds_tree"`
 
 		SelectPrevious string `toml:"select_previous"`
 		SelectNext     string `toml:"select_next"`