diff --git a/lib/player_ui/app_bar.dart b/lib/player_ui/app_bar.dart index 61378bc..714a384 100644 --- a/lib/player_ui/app_bar.dart +++ b/lib/player_ui/app_bar.dart @@ -82,12 +82,13 @@ class PlayerUIAppBar { return const SizedBox.shrink(); } }), - IconButton( - icon: const Icon(Icons.settings), - onPressed: () { - throw UnimplementedError(); - }, - ), + // TODO: implement settings page + // IconButton( + // icon: const Icon(Icons.settings), + // onPressed: () { + // ... + // }, + // ), if (kDebugMode) ...[ const SizedBox(width: 50), ],