mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +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(
|
||||
message: isDownloading
|
||||
? "Please wait for the current download to finish"
|
||||
: null,
|
||||
: "",
|
||||
child: ListTile(
|
||||
leading: const Icon(SpotubeIcons.download),
|
||||
title: const Text("Download Location"),
|
||||
|
Loading…
Reference in New Issue
Block a user