1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Changing icon during import to blue

Closes #7992
This commit is contained in:
Mark McDowall
2025-08-30 12:51:43 -07:00
parent ae201f5299
commit 478866b2bb
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ function QueueStatus(props: QueueStatusProps) {
if (trackedDownloadState === 'importing') {
title += ` - ${translate('Importing')}`;
iconKind = kinds.PURPLE;
iconKind = kinds.PRIMARY;
}
if (trackedDownloadState === 'failedPending') {