This commit is contained in:
@@ -59,6 +59,7 @@ void createIntListSetting(
|
||||
leading: Icon(icon),
|
||||
value: AppDropdownFormField<String>(
|
||||
labelOf: (s) => s,
|
||||
constrainToIntrinsic: true,
|
||||
onChanged: (newValue) {
|
||||
setState(
|
||||
() => settings[key] = int.parse(
|
||||
|
Reference in New Issue
Block a user