opt `FollowingsFollowedUpper` url

Closes #1061
Closes #1062

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-21 14:07:18 +08:00
parent b6ce93cbd2
commit ba14e56ceb
7 changed files with 37 additions and 20 deletions

View File

@@ -38,7 +38,6 @@ class _WebDavSettingPageState extends State<WebDavSettingPage> {
Widget build(BuildContext context) {
EdgeInsets padding = MediaQuery.viewPaddingOf(context);
return Scaffold(
resizeToAvoidBottomInset: widget.showAppBar,
appBar: !widget.showAppBar
? null
: AppBar(title: const Text('WebDAV 设置')),