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(() {});
|
||||
}
|
||||
|
||||
void changeFontSizeFactor(double d) {
|
||||
AppSettings.fontSizeFactor.setItem(d);
|
||||
void changeFontSizeFactor(double d) async {
|
||||
await AppSettings.fontSizeFactor.setItem(d);
|
||||
setState(() {});
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue