Add tooltips to several buttons

This commit is contained in:
2024-12-23 00:12:32 +01:00
parent 150e8e4b87
commit 2ae3e1fbda
3 changed files with 14 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ class PlayerUIAppBar {
actions: [
IconButton(
icon: const Icon(Icons.copy_all),
tooltip: 'Copy playlist to clipboard',
onPressed: () {
final state = BlocProvider.of<PlayerStateBloc>(context).state;
if (state != null) {