mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix lint after clazy fix
This commit is contained in:
parent
44cf096111
commit
c4fb9ac145
1 changed files with 1 additions and 2 deletions
|
@ -2114,8 +2114,7 @@ void
|
|||
TimelineModel::handleIgnoredUser(const QString &id, const std::optional<QString> &err)
|
||||
{
|
||||
if (err) {
|
||||
MainWindow::instance()->showNotification(
|
||||
tr("Failed to ignore \"%1\": %2").arg(id, *err));
|
||||
MainWindow::instance()->showNotification(tr("Failed to ignore \"%1\": %2").arg(id, *err));
|
||||
} else {
|
||||
this->clearTimeline();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue