X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatviewsettings.h;h=c491bbac81d40762978eacf4debef20d41482af3;hb=0216d4a650c02155b5bcd517567209f674d8a120;hp=1af17560939ff783ab0219ea162adcd9123ae008;hpb=4171bdf884b6bbc7dad85f100a29746bf955191f;p=quassel.git 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); } /**