mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: support pick ssh term theme
This commit is contained in:
@@ -50,10 +50,10 @@ class S {
|
||||
return Localizations.of<S>(context, S);
|
||||
}
|
||||
|
||||
/// `\nAll rights reserved.\n\nThanks to the following people who participated in the test.`
|
||||
/// `\n\nThanks to the following people who participated in the test.`
|
||||
String get aboutThanks {
|
||||
return Intl.message(
|
||||
'\nAll rights reserved.\n\nThanks to the following people who participated in the test.',
|
||||
'\n\nThanks to the following people who participated in the test.',
|
||||
name: 'aboutThanks',
|
||||
desc: '',
|
||||
args: [],
|
||||
@@ -1381,6 +1381,16 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Terminal theme`
|
||||
String get termTheme {
|
||||
return Intl.message(
|
||||
'Terminal theme',
|
||||
name: 'termTheme',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `ttl`
|
||||
String get ttl {
|
||||
return Intl.message(
|
||||
|
||||
Reference in New Issue
Block a user