mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Implement new icon/color theme
Co-authored-by: xavier2k6 <42386382+xavier2k6@users.noreply.github.com>
This commit is contained in:
@@ -81,7 +81,7 @@ namespace
|
||||
if (feed->isLoading())
|
||||
return UIThemeManager::instance()->getIcon(u"loading"_qs);
|
||||
if (feed->hasError())
|
||||
return UIThemeManager::instance()->getIcon(u"unavailable"_qs);
|
||||
return UIThemeManager::instance()->getIcon(u"task-reject"_qs);
|
||||
|
||||
return loadIcon(feed->iconPath(), u"application-rss+xml"_qs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user