We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251bcb3 commit 03ea244Copy full SHA for 03ea244
lib/widgets/config_viewer.dart
@@ -17,6 +17,7 @@ class ConfigViewer extends StatelessWidget {
17
) async {
18
if (appSetting is AppSettings<bool>) {
19
appSetting.setItem(store, !(initialValue == 'true'));
20
+ return;
21
}
22
23
final value = await showTextInputDialog(
0 commit comments