Skip to content

Commit 3647607

Browse files
committed
fix:remove pbsetting visible item
1 parent 82ab0a5 commit 3647607

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/views/picgo_setting_page/picgo_setting_page.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ class _PicGoSettingPageState extends State<PicGoSettingPage> {
111111
transition: TransitionType.cupertino);
112112
},
113113
),
114-
ListTile(
115-
title: Text('设置显示图床'),
116-
onTap: () {},
117-
),
114+
// ListTile(
115+
// title: Text('设置显示图床'),
116+
// onTap: () {},
117+
// ),
118118
ListTile(
119119
title: Text('检查更新'),
120120
onTap: () {},

0 commit comments

Comments
 (0)