mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 隐藏设置改为开发人员选项,改为次级菜单
This commit is contained in:
@@ -308,13 +308,13 @@ class AboutController extends GetxController {
|
||||
|
||||
tapOnVersion() {
|
||||
if (settingController.hiddenSettingUnlocked.value) {
|
||||
SmartDialog.showToast('您已解锁隐藏设置, 无需再次操作');
|
||||
SmartDialog.showToast('您已解锁开发人员选项, 无需再次操作');
|
||||
return;
|
||||
}
|
||||
count.value++;
|
||||
if (count.value == 5) {
|
||||
setting.put(SettingBoxKey.hiddenSettingUnlocked, true);
|
||||
SmartDialog.showToast('恭喜您发现了隐藏设置!');
|
||||
SmartDialog.showToast('恭喜您发现了开发人员选项!');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user