mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 09:18:45 -04:00
set load thread to false for channels on default. Fixed missing () in connect
This commit is contained in:
parent
1dea00d2cb
commit
931ddaef79
2 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue