Add ui toggle for image rendering

This commit is contained in:
Tulir Asokan
2018-06-02 00:43:56 +03:00
parent 7868bd90fa
commit 134604edce
12 changed files with 52 additions and 53 deletions

View File

@ -40,6 +40,7 @@ type UserPreferences struct {
HideUserList bool `yaml:"hide_user_list"`
HideRoomList bool `yaml:"hide_room_list"`
BareMessageView bool `yaml:"bare_message_view"`
DisableImages bool `yaml:"disable_images"`
}
// Config contains the main config of gomuks.