player/appbar: remove empty settings menu

This commit is contained in:
2026-04-24 18:16:12 +09:00
parent 7f548dd1c0
commit f16be21565
+7 -6
View File
@@ -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),
],