feat: clean fav

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-27 13:26:31 +08:00
parent caee40a5d9
commit 1d8e469a46
35 changed files with 148 additions and 107 deletions

View File

@@ -23,7 +23,9 @@ class _PlaySettingState extends State<PlaySetting> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: widget.showAppBar == false ? null : AppBar(title: Text('播放器设置')),
appBar: widget.showAppBar == false
? null
: AppBar(title: const Text('播放器设置')),
body: ListView(
children: [
...playSettings.map((item) => item.widget),