We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b656f2b commit 7776f51Copy full SHA for 7776f51
1 file changed
lib/app/settings/location/page.dart
@@ -420,7 +420,7 @@ class _SettingsLocationPageState extends State<SettingsLocationPage> with Widget
420
ListSectionTile(
421
title: '新增地點'.i18n,
422
icon: Symbols.add_circle_rounded,
423
- enabled: loadingCode == null,
+ enabled: !model.auto && loadingCode == null,
424
onTap: () => context.push(SettingsLocationSelectPage.route),
425
),
426
],
0 commit comments