changed Feed into Log in settings

This commit is contained in:
csoler 2020-10-21 22:24:24 +02:00
parent f1d98913d1
commit beb9aeaf65
2 changed files with 1 additions and 3 deletions

View File

@ -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);

View File

@ -18,7 +18,7 @@
</property>
<widget class="QWidget" name="tabFeed">
<attribute name="title">
<string>Feed</string>
<string>Log</string>
</attribute>
<layout class="QVBoxLayout" name="tabFeedVLayout">
<item>