Fixed Subscriber count label when blank is selected

This commit is contained in:
defnax 2019-01-13 18:12:30 +01:00
parent 6042bdd575
commit c210a8d734

View File

@ -621,6 +621,8 @@ void GxsChannelPostsWidget::blank()
{
mStateHelper->setWidgetEnabled(ui->postButton, false);
mStateHelper->setWidgetEnabled(ui->subscribeToolButton, false);
ui->subscribersLabel->setText("") ;
clearPosts();