mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
disabled autodownload when subscribing to a channel. This is a response to a heavy demand from users annoyed by the need to cancel many downloads and the wish to be able to select what to DL in a channel. We could create a popup with a autdownload checkbox (unchecked by default) possibly asking what to DL in the subscribed channel (everything/only last post/nothing) when subscribing to make auto-download a little more visible
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4916 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
01899b85f9
commit
2bfd0bad42
@ -537,7 +537,7 @@ void ChannelFeed::subscribeChannel()
|
||||
#endif
|
||||
|
||||
if (rsChannels) {
|
||||
rsChannels->channelSubscribe(mChannelId, true, true);
|
||||
rsChannels->channelSubscribe(mChannelId, true, false);
|
||||
}
|
||||
|
||||
updateChannelMsgs();
|
||||
|
Loading…
Reference in New Issue
Block a user