opt.: seq settings (#273)

This commit is contained in:
lollipopkit
2024-02-15 16:44:41 +08:00
parent 2c79c25436
commit e20adee0e2
8 changed files with 139 additions and 125 deletions

View File

@@ -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',
};
}

View File

@@ -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);