mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
revert Unknown state colors
This commit is contained in:
parent
08510e0266
commit
01bb6b8d18
2 changed files with 0 additions and 2 deletions
|
@ -54,7 +54,6 @@ namespace
|
|||
|
||||
const TorrentStateColorDescriptor colorDescriptors[] =
|
||||
{
|
||||
{BitTorrent::TorrentState::Unknown, u"TransferList.Unknown"_s},
|
||||
{BitTorrent::TorrentState::Downloading, u"TransferList.Downloading"_s},
|
||||
{BitTorrent::TorrentState::StalledDownloading, u"TransferList.StalledDownloading"_s},
|
||||
{BitTorrent::TorrentState::DownloadingMetadata, u"TransferList.DownloadingMetadata"_s},
|
||||
|
|
|
@ -63,7 +63,6 @@ inline QHash<QString, UIThemeColor> defaultUIThemeColors()
|
|||
{u"RSS.ReadArticle"_s, {{}, {}}},
|
||||
{u"RSS.UnreadArticle"_s, {{}, {}}},
|
||||
|
||||
{u"TransferList.Unknown"_s, {Color::Primer::Light::accentEmphasis, Color::Primer::Dark::accentEmphasis}},
|
||||
{u"TransferList.Downloading"_s, {Color::Primer::Light::successFg, Color::Primer::Dark::successFg}},
|
||||
{u"TransferList.StalledDownloading"_s, {Color::Primer::Light::successEmphasis, Color::Primer::Dark::successEmphasis}},
|
||||
{u"TransferList.DownloadingMetadata"_s, {Color::Primer::Light::successFg, Color::Primer::Dark::successFg}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue