mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 14:52:28 -04:00
Fixed Subscriber count label when blank is selected
This commit is contained in:
parent
6042bdd575
commit
c210a8d734
1 changed files with 2 additions and 0 deletions
|
@ -621,6 +621,8 @@ void GxsChannelPostsWidget::blank()
|
||||||
{
|
{
|
||||||
mStateHelper->setWidgetEnabled(ui->postButton, false);
|
mStateHelper->setWidgetEnabled(ui->postButton, false);
|
||||||
mStateHelper->setWidgetEnabled(ui->subscribeToolButton, false);
|
mStateHelper->setWidgetEnabled(ui->subscribeToolButton, false);
|
||||||
|
|
||||||
|
ui->subscribersLabel->setText("") ;
|
||||||
|
|
||||||
clearPosts();
|
clearPosts();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue