This commit is contained in:
lollipopkit
2023-12-20 11:34:18 +08:00
parent eec13678a1
commit 6924290626
20 changed files with 104 additions and 105 deletions

View File

@@ -181,7 +181,7 @@ class _SettingPageState extends State<SettingPage> {
];
/// Platform specific settings
if (OS.hasSettings) {
if (OS.hasSpecSetting) {
children.add(_buildPlatformSetting());
}
return Column(