mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-14 00:15:17 +00:00
chore(settings): fix download list tile exception
This commit is contained in:
parent
52835b2ce2
commit
c85ae85002
@ -303,7 +303,7 @@ class SettingsPage extends HookConsumerWidget {
|
|||||||
Tooltip(
|
Tooltip(
|
||||||
message: isDownloading
|
message: isDownloading
|
||||||
? "Please wait for the current download to finish"
|
? "Please wait for the current download to finish"
|
||||||
: null,
|
: "",
|
||||||
child: ListTile(
|
child: ListTile(
|
||||||
leading: const Icon(SpotubeIcons.download),
|
leading: const Icon(SpotubeIcons.download),
|
||||||
title: const Text("Download Location"),
|
title: const Text("Download Location"),
|
||||||
|
Loading…
Reference in New Issue
Block a user