mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 07:41:08 -04:00
Moved checkbox for news feed sort order from settings to NewsFeed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7852 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2b0bdc73bb
commit
32c9fe7eca
7 changed files with 41 additions and 37 deletions
|
@ -486,16 +486,6 @@ void RshareSettings::setDisplayTrayGroupChat(bool bValue)
|
|||
setValue("DisplayTrayGroupChat", bValue);
|
||||
}
|
||||
|
||||
bool RshareSettings::getAddFeedsAtEnd()
|
||||
{
|
||||
return value("AddFeedsAtEnd").toBool();
|
||||
}
|
||||
|
||||
void RshareSettings::setAddFeedsAtEnd(bool bValue)
|
||||
{
|
||||
setValue("AddFeedsAtEnd", bValue);
|
||||
}
|
||||
|
||||
bool RshareSettings::getChatSendMessageWithCtrlReturn()
|
||||
{
|
||||
return valueFromGroup("Chat", "SendMessageWithCtrlReturn", false).toBool();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue