mod: 隐藏设置改为开发人员选项,改为次级菜单

This commit is contained in:
orz12
2024-02-17 09:30:08 +08:00
parent 3109e30f9e
commit fb2c672ae7
4 changed files with 47 additions and 37 deletions

View File

@@ -50,7 +50,7 @@ class SettingPage extends StatelessWidget {
child: ListTile(
onTap: () => Get.toNamed('/hiddenSetting'),
dense: false,
title: const Text('隐藏设置'),
title: const Text('开发人员选项'),
),
),
),