set load thread to false for channels on default. Fixed missing () in connect

This commit is contained in:
csoler 2017-07-04 23:13:03 +02:00
parent 1dea00d2cb
commit 931ddaef79
2 changed files with 6 additions and 3 deletions

View file

@ -1066,7 +1066,7 @@ void RshareSettings::setForumLoadEmoticons(bool value)
/* Channel */
bool RshareSettings::getChannelLoadThread()
{
return valueFromGroup("Channel", "LoadThread", true).toBool();
return valueFromGroup("Channel", "LoadThread", false).toBool();
}
void RshareSettings::setChannelLoadThread(bool value)