mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#46 SSH term fontSize
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 313;
|
||||
static const int build = 314;
|
||||
static const String engine = "3.10.0";
|
||||
static const String buildAt = "2023-05-16 17:56:08.999957";
|
||||
static const int modifications = 6;
|
||||
static const String buildAt = "2023-05-18 22:09:44.404990";
|
||||
static const int modifications = 2;
|
||||
}
|
||||
|
||||
@@ -43,4 +43,8 @@ class SettingStore extends PersistentStore {
|
||||
// Server order
|
||||
StoreProperty<List<String>> get serverOrder =>
|
||||
property('serverOrder', defaultValue: null);
|
||||
|
||||
// SSH term font size
|
||||
StoreProperty<double> get termFontSize =>
|
||||
property('termFontSize', defaultValue: 13);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user