From 01bb6b8d18ef3e0c8d351fbcde3de2ebe2f941d3 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 6 Jul 2025 17:47:30 +0400 Subject: [PATCH] revert Unknown state colors --- src/gui/progressbarpainter.cpp | 1 - src/gui/uithemecommon.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/gui/progressbarpainter.cpp b/src/gui/progressbarpainter.cpp index d814e83dc..33154aec2 100644 --- a/src/gui/progressbarpainter.cpp +++ b/src/gui/progressbarpainter.cpp @@ -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}, diff --git a/src/gui/uithemecommon.h b/src/gui/uithemecommon.h index 16ad7d5e5..2b808101e 100644 --- a/src/gui/uithemecommon.h +++ b/src/gui/uithemecommon.h @@ -63,7 +63,6 @@ inline QHash 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}},