chore: Follow up config editor

Signed-off-by: Krille <c.kussowski@famedly.com>
pull/1701/head
Krille 5 months ago
parent 251bcb3ebe
commit 03ea244e64
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -17,6 +17,7 @@ class ConfigViewer extends StatelessWidget {
) async {
if (appSetting is AppSettings<bool>) {
appSetting.setItem(store, !(initialValue == 'true'));
return;
}
final value = await showTextInputDialog(

Loading…
Cancel
Save