1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Changing icon during import to blue

This commit is contained in:
Mark McDowall
2025-08-30 12:51:43 -07:00
committed by bakerboy448
parent e841c9b764
commit 57f602eb02
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') {