X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatviewsettings.h;fp=src%2Fqtui%2Fchatviewsettings.h;h=c491bbac81d40762978eacf4debef20d41482af3;hp=1af17560939ff783ab0219ea162adcd9123ae008;hb=4d1f020e4e993bb72f08e6cf32d5e5a0eba51c9e;hpb=bb84d4da2506a676635ee0921f8a2ef009b757cc diff --git a/src/qtui/chatviewsettings.h b/src/qtui/chatviewsettings.h index 1af17560..c491bbac 100644 --- a/src/qtui/chatviewsettings.h +++ b/src/qtui/chatviewsettings.h @@ -43,7 +43,7 @@ public: ChatViewSettings(ChatScene *scene); ChatViewSettings(ChatView *view); - inline bool showWebPreview() { return localValue("ShowWebPreview", true).toBool(); } + inline bool showWebPreview() { return localValue("ShowWebPreview", false).toBool(); } inline void enableWebPreview(bool enabled) { setLocalValue("ShowWebPreview", enabled); } /**