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 <me@blakes.dev>
  • Loading branch information
bleonard252 committed May 6, 2024
1 parent 81347dc commit a9ad7c7
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 a9ad7c7

Please sign in to comment.