mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-09 08:47:31 +00:00
chore: remove completed TODO
Signed-off-by: Blake Leonard <me@blakes.dev>
This commit is contained in:
parent
628b5715ba
commit
ef3978193a
@ -259,7 +259,7 @@ class UserLocalTracks extends HookConsumerWidget {
|
|||||||
message: context.l10n.add_library_location,
|
message: context.l10n.add_library_location,
|
||||||
child: IconButton(
|
child: IconButton(
|
||||||
onPressed: addLocalLibraryLocation,
|
onPressed: addLocalLibraryLocation,
|
||||||
icon: const Icon(SpotubeIcons.folderAdd), // TODO: use a "folder add" icon
|
icon: const Icon(SpotubeIcons.folderAdd),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user