new: control server detail page cards

This commit is contained in:
lollipopkit
2024-01-19 17:32:03 +08:00
parent 1f654fb4a6
commit 7156f08eb8
10 changed files with 122 additions and 91 deletions

View File

@@ -93,7 +93,7 @@ class SettingStore extends PersistentStore {
// Server details page cards order
late final detailCardOrder =
listProperty('detailCardPrder', Defaults.detailCardOrder);
listProperty('detailCardOrder', Defaults.detailCardOrder);
// SSH term font size
late final termFontSize = property('termFontSize', 13.0);