chore: Follow up fix font size slider
This commit is contained in:
parent
8cf46f0a7f
commit
c6f0f2b085
1 changed files with 3 additions and 2 deletions
|
|
@ -157,8 +157,9 @@ class SettingsStyleController extends State<SettingsStyle> {
|
||||||
setState(() {});
|
setState(() {});
|
||||||
}
|
}
|
||||||
|
|
||||||
void changeFontSizeFactor(double d) {
|
void changeFontSizeFactor(double d) async {
|
||||||
AppSettings.fontSizeFactor.setItem(d);
|
await AppSettings.fontSizeFactor.setItem(d);
|
||||||
|
setState(() {});
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue