mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
Fixed Subscriber count label when blank is selected
This commit is contained in:
parent
6042bdd575
commit
c210a8d734
@ -622,6 +622,8 @@ void GxsChannelPostsWidget::blank()
|
||||
mStateHelper->setWidgetEnabled(ui->postButton, false);
|
||||
mStateHelper->setWidgetEnabled(ui->subscribeToolButton, false);
|
||||
|
||||
ui->subscribersLabel->setText("") ;
|
||||
|
||||
clearPosts();
|
||||
|
||||
groupNameChanged(QString());
|
||||
|
Loading…
x
Reference in New Issue
Block a user