Add NewLineByDefault toggle

This commit is contained in:
roger
2021-03-08 13:33:24 +08:00
committed by Tulir Asokan
parent b7966b5d4e
commit 69bbdd0a1b
3 changed files with 5 additions and 1 deletions

View File

@ -52,6 +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"`
}
// Config contains the main config of gomuks.