chore(settings): fix download list tile exception

This commit is contained in:
Kingkor Roy Tirtho 2023-04-28 09:41:45 +06:00
parent 52835b2ce2
commit c85ae85002

View File

@ -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"),