diff options
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. |