revert Unknown state colors

This commit is contained in:
Mark 2025-07-06 17:47:30 +04:00
commit 01bb6b8d18
2 changed files with 0 additions and 2 deletions

View file

@ -54,7 +54,6 @@ namespace
const TorrentStateColorDescriptor colorDescriptors[] = const TorrentStateColorDescriptor colorDescriptors[] =
{ {
{BitTorrent::TorrentState::Unknown, u"TransferList.Unknown"_s},
{BitTorrent::TorrentState::Downloading, u"TransferList.Downloading"_s}, {BitTorrent::TorrentState::Downloading, u"TransferList.Downloading"_s},
{BitTorrent::TorrentState::StalledDownloading, u"TransferList.StalledDownloading"_s}, {BitTorrent::TorrentState::StalledDownloading, u"TransferList.StalledDownloading"_s},
{BitTorrent::TorrentState::DownloadingMetadata, u"TransferList.DownloadingMetadata"_s}, {BitTorrent::TorrentState::DownloadingMetadata, u"TransferList.DownloadingMetadata"_s},

View file

@ -63,7 +63,6 @@ inline QHash<QString, UIThemeColor> defaultUIThemeColors()
{u"RSS.ReadArticle"_s, {{}, {}}}, {u"RSS.ReadArticle"_s, {{}, {}}},
{u"RSS.UnreadArticle"_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.Downloading"_s, {Color::Primer::Light::successFg, Color::Primer::Dark::successFg}},
{u"TransferList.StalledDownloading"_s, {Color::Primer::Light::successEmphasis, Color::Primer::Dark::successEmphasis}}, {u"TransferList.StalledDownloading"_s, {Color::Primer::Light::successEmphasis, Color::Primer::Dark::successEmphasis}},
{u"TransferList.DownloadingMetadata"_s, {Color::Primer::Light::successFg, Color::Primer::Dark::successFg}}, {u"TransferList.DownloadingMetadata"_s, {Color::Primer::Light::successFg, Color::Primer::Dark::successFg}},