mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 17:13:58 -05:00
changed Feed into Log in settings
This commit is contained in:
parent
f1d98913d1
commit
beb9aeaf65
2 changed files with 1 additions and 3 deletions
|
|
@ -728,7 +728,6 @@ void GxsChannelPostsWidgetWithModel::showPostDetails()
|
|||
ui->postTime_LB->hide();
|
||||
mChannelPostFilesModel->clear();
|
||||
ui->details_TW->setEnabled(false);
|
||||
// mSelectedPost.clear();
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
@ -1041,7 +1040,6 @@ void GxsChannelPostsWidgetWithModel::insertChannelDetails(const RsGxsChannelGrou
|
|||
ui->subscribeToolButton->setSubscribed(IS_GROUP_SUBSCRIBED(group.mMeta.mSubscribeFlags));
|
||||
ui->subscribeToolButton->setEnabled(true);
|
||||
|
||||
|
||||
bool autoDownload ;
|
||||
rsGxsChannels->getChannelAutoDownload(group.mMeta.mGroupId,autoDownload);
|
||||
setAutoDownload(autoDownload);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue