diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-06-02 00:43:56 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-06-02 00:43:56 +0300 |
commit | 134604edce935a0017b50c16687429e0b25248e6 (patch) | |
tree | ee0288388c84c54e060b2e29fe390ae163c1c962 /config | |
parent | 7868bd90fab77faa1e37674d543eefc1ff315fff (diff) |
Add ui toggle for image rendering
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index fb85a28..616b134 100644 --- a/config/config.go +++ b/config/config.go @@ -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. |