Explorar el Código

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

ayn2op hace 1 año
padre
commit
cdb54205a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"`