mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: seq settings (#273)
This commit is contained in:
@@ -100,7 +100,7 @@ class SettingStore extends PersistentStore {
|
||||
late final termFontSize = property('termFontSize', 13.0);
|
||||
|
||||
// Locale
|
||||
late final locale = property<String>('locale', '');
|
||||
late final locale = property('locale', '');
|
||||
|
||||
// SSH virtual key (ctrl | alt) auto turn off
|
||||
late final sshVirtualKeyAutoOff = property('sshVirtualKeyAutoOff', true);
|
||||
|
||||
Reference in New Issue
Block a user