Use appropriate icon for "moving" torrents in transfer list

PR #19821.
This commit is contained in:
xavier2k6
2023-11-04 09:09:47 +00:00
committed by GitHub
parent 6b53c57157
commit 0186f44bf4
3 changed files with 8 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ private:
QIcon m_completedIcon;
QIcon m_downloadingIcon;
QIcon m_errorIcon;
QIcon m_movingIcon;
QIcon m_pausedIcon;
QIcon m_queuedIcon;
QIcon m_stalledDLIcon;