Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultPath ¶
func DefaultPath() string
func UserDownloadsDir ¶
func UserDownloadsDir() string
Types ¶
type Config ¶
type Config struct { General GeneralConfig `toml:"general"` Theme ThemeConfig `toml:"theme"` Keys KeysConfig `toml:"keys"` }
type GeneralConfig ¶
type IdentifyConfig ¶
type KeysConfig ¶
type KeysConfig struct { ToggleGuildsList string `toml:"toggle_guilds_list"` ToggleChannelsTreeView string `toml:"toggle_channels_tree_view"` ToggleMessagesTextView string `toml:"toggle_messages_text_view"` ToggleMessageInputField string `toml:"toggle_message_input_field"` OpenMessageActionsList string `toml:"open_message_actions_list"` OpenExternalEditor string `toml:"open_external_editor"` SelectPreviousMessage string `toml:"select_previous_message"` SelectNextMessage string `toml:"select_next_message"` SelectFirstMessage string `toml:"select_first_message"` SelectLastMessage string `toml:"select_last_message"` }
type ThemeConfig ¶
Click to show internal directories.
Click to hide internal directories.