mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-09 13:24:26 +00:00
Merge pull request #6527 from epicgirl1998/patch-1
Remove extra space between category names and torrent counts
This commit is contained in:
commit
3dba24bfe0
@ -211,7 +211,7 @@ QVariant CategoryFilterModel::data(const QModelIndex &index, int role) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ((index.column() == 0) && (role == Qt::DisplayRole)) {
|
if ((index.column() == 0) && (role == Qt::DisplayRole)) {
|
||||||
return QString(QStringLiteral("%1 (%2)"))
|
return QString(QStringLiteral("%1 (%2)"))
|
||||||
.arg(item->name()).arg(item->torrentsCount());
|
.arg(item->name()).arg(item->torrentsCount());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user