chore: Follow up config editor

Signed-off-by: Krille <c.kussowski@famedly.com>
This commit is contained in:
Krille 2025-03-13 12:50:09 +01:00
parent 251bcb3ebe
commit 03ea244e64
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

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