opt: show video sheet

Closes #761

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-27 14:00:05 +08:00
parent dc1cca0d4c
commit 3722ff1f33
3 changed files with 17 additions and 13 deletions

View File

@@ -126,6 +126,7 @@ class _SettingPageState extends State<SettingPage> {
child: MediaQuery.removePadding(
context: context,
removeRight: true,
removeTop: true,
child: _buildList,
),
),
@@ -138,6 +139,7 @@ class _SettingPageState extends State<SettingPage> {
child: MediaQuery.removePadding(
context: context,
removeLeft: true,
removeTop: true,
child: switch (_type) {
'privacySetting' => PrivacySetting(showAppBar: false),
'recommendSetting' => RecommendSetting(showAppBar: false),