Skip to content

Commit

Permalink
better webdav editor page
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Jul 8, 2024
1 parent 0bacad5 commit deaf556
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/pages/webdav_editor/webdav_editor_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ class _WebDavEditorPageState extends State<WebDavEditorPage> {
controller: webDavPasswordController,
decoration: const InputDecoration(labelText: 'Password'),
),
const SizedBox(height: 20),
ExpansionTile(
title: const Text('高级选项'),
children: [],
),
// const SizedBox(height: 20),
// ExpansionTile(
// title: const Text('高级选项'),
// children: [],
// ),
],
),
),
Expand Down
1 change: 1 addition & 0 deletions lib/pages/webdav_editor/webdav_setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class _PlayerSettingsPageState extends State<WebDavSettingsPage> {
InkWell(
child: SetSwitchItem(
title: 'WEBDAV同步',
subTitle: '使用WEBDAV同步观看记录',
setKey: SettingBoxKey.webDavEnable,
callFn: (val) {
if (val) {
Expand Down

0 comments on commit deaf556

Please sign in to comment.