fix: desktop init

This commit is contained in:
lollipopkit
2024-04-09 00:13:00 +08:00
parent 4fd82afade
commit 5f701980a4
6 changed files with 30 additions and 32 deletions

View File

@@ -856,9 +856,7 @@ class _SettingPageState extends State<SettingPage> {
);
}
void _showFontSizeDialog(
StorePropertyBase<double> property,
) {
void _showFontSizeDialog(StorePropertyBase<double> property) {
final ctrller = TextEditingController(text: property.fetch().toString());
void onSave() {
context.pop();