mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-10 02:05:03 +01:00
opt.: seq settings (#273)
This commit is contained in:
@@ -4,6 +4,7 @@ abstract final class GithubIds {
|
||||
// Thanks
|
||||
// If you want to change your Github ID, please open an issue.
|
||||
static const contributors = <GhId>{
|
||||
'PaperCube',
|
||||
'its-tom',
|
||||
'azkadev',
|
||||
'kalashnikov',
|
||||
@@ -57,5 +58,6 @@ abstract final class GithubIds {
|
||||
'bxoooooo',
|
||||
'KatharsisKing',
|
||||
'mervinniu',
|
||||
'L-Super',
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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