mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
apply font to ssh term
This commit is contained in:
@@ -34,5 +34,5 @@ class SettingStore extends PersistentStore {
|
||||
StoreProperty<int> get themeMode => property('themeMode', defaultValue: 0);
|
||||
|
||||
/// Font file path
|
||||
StoreProperty<String> get fontPath => property('fontPath');
|
||||
StoreProperty<String> get fontPath => property('fontPath2');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user