mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-15 12:44:59 +01:00
fix: desktop init
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user