mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 15:16:15 +08:00
mod: lint
mod: tweaks opt: publish page Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -9,7 +9,7 @@ class ExtraSetting extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: showAppBar == false ? null : AppBar(title: Text('其它设置')),
|
||||
appBar: showAppBar == false ? null : AppBar(title: const Text('其它设置')),
|
||||
body: ListView(
|
||||
children: [
|
||||
...extraSettings.map((item) => item.widget),
|
||||
|
||||
Reference in New Issue
Block a user