mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-02 11:05:38 +02:00
feat(ui): hide audio quality badge on downloading queue items
This commit is contained in:
@@ -3557,15 +3557,6 @@ class _QueueTabState extends ConsumerState<QueueTab> {
|
||||
),
|
||||
),
|
||||
),
|
||||
if (item.track.hasAudioQuality)
|
||||
Positioned(
|
||||
left: 4,
|
||||
top: 4,
|
||||
child: AudioQualityBadge(
|
||||
label: item.track.audioQuality!,
|
||||
colorScheme: colorScheme,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user