mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Should fixed text color for stalled torrents when using a dark theme
This commit is contained in:
parent
b24a1e9123
commit
f3c8889865
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ void DownloadingTorrents::updateDlList() {
|
|||
if(!downloadList->isColumnHidden(ETA)) {
|
||||
DLListModel->setData(DLListModel->index(row, ETA), QVariant((qlonglong)-1));
|
||||
}
|
||||
setRowColor(row, QPalette::WindowText);
|
||||
setRowColor(row, QApplication::palette().color(QPalette::WindowText));
|
||||
}
|
||||
if(!downloadList->isColumnHidden(PROGRESS)) {
|
||||
DLListModel->setData(DLListModel->index(row, PROGRESS), QVariant((double)h.progress()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue