From 134604edce935a0017b50c16687429e0b25248e6 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 2 Jun 2018 00:43:56 +0300 Subject: Add ui toggle for image rendering --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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. -- cgit v1.2.3