mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
Fixed Auto-Download Button
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4846 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4433872cb6
commit
522729bae4
2 changed files with 20 additions and 3 deletions
|
@ -488,14 +488,14 @@ void ChannelFeed::updateChannelMsgs()
|
|||
|
||||
if (ci.channelFlags & RS_DISTRIB_PUBLISH) {
|
||||
postButton->setEnabled(true);
|
||||
actionsetAllAsRead->setEnabled(false);
|
||||
actionEnable_Auto_Download->setEnabled(false);
|
||||
} else {
|
||||
postButton->setEnabled(false);
|
||||
}
|
||||
|
||||
if(!(ci.channelFlags & RS_DISTRIB_PUBLISH) &&
|
||||
(ci.channelFlags & RS_DISTRIB_SUBSCRIBED))
|
||||
actionsetAllAsRead->setEnabled(true);
|
||||
actionEnable_Auto_Download->setEnabled(true);
|
||||
|
||||
|
||||
std::list<ChannelMsgSummary> msgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue