chore: Follow up config editor
Signed-off-by: Krille <c.kussowski@famedly.com>
This commit is contained in:
parent
251bcb3ebe
commit
03ea244e64
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class ConfigViewer extends StatelessWidget {
|
||||||
) async {
|
) async {
|
||||||
if (appSetting is AppSettings<bool>) {
|
if (appSetting is AppSettings<bool>) {
|
||||||
appSetting.setItem(store, !(initialValue == 'true'));
|
appSetting.setItem(store, !(initialValue == 'true'));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
final value = await showTextInputDialog(
|
final value = await showTextInputDialog(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue