mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05:00
clear showOnlyUnread button when switching channels
This commit is contained in:
parent
9652654b6a
commit
cbb3b4cd6d
@ -718,7 +718,8 @@ void GxsChannelPostsWidgetWithModel::updateGroupData()
|
||||
{
|
||||
mGroup = group;
|
||||
mChannelPostsModel->updateChannel(groupId());
|
||||
ui->filterLineEdit->clear();
|
||||
whileBlocking(ui->filterLineEdit)->clear();
|
||||
whileBlocking(ui->showUnread_TB)->setChecked(false);
|
||||
|
||||
insertChannelDetails(mGroup);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user