Skip to content

Commit

Permalink
chore: remove completed TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Leonard <[email protected]>
  • Loading branch information
bleonard252 committed May 9, 2024
1 parent 628b571 commit ef39781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/library/user_local_tracks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
),
),
],
Expand Down

0 comments on commit ef39781

Please sign in to comment.