mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 00:17:29 +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,
|
||||
child: IconButton(
|
||||
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