Skip to content

Commit 03ea244

Browse files
committed
chore: Follow up config editor
Signed-off-by: Krille <[email protected]>
1 parent 251bcb3 commit 03ea244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/config_viewer.dart

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class ConfigViewer extends StatelessWidget {
1717
) async {
1818
if (appSetting is AppSettings<bool>) {
1919
appSetting.setItem(store, !(initialValue == 'true'));
20+
return;
2021
}
2122

2223
final value = await showTextInputDialog(

0 commit comments

Comments
 (0)