Fix newline keybind toggle

This commit is contained in:
Tulir Asokan
2021-03-11 22:42:46 +02:00
parent 69bbdd0a1b
commit 8e6f89a59a
3 changed files with 20 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ type UserPreferences struct {
DisableDownloads bool `yaml:"disable_downloads"`
DisableNotifications bool `yaml:"disable_notifications"`
DisableShowURLs bool `yaml:"disable_show_urls"`
NewLineByDefault bool `yaml:"new_line_by_default"`
AltEnterToSend bool `yaml:"alt_enter_to_send"`
}
// Config contains the main config of gomuks.