rm: r_upgrade

This commit is contained in:
lollipopkit
2024-05-10 12:55:32 +08:00
parent 52a9cc6852
commit ed5bcb17ed
9 changed files with 67 additions and 161 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 888;
static const int build = 891;
static const String engine = "3.19.6";
static const String buildAt = "2024-05-09 23:31:53";
static const int modifications = 2;
static const String buildAt = "2024-05-10 11:30:47";
static const int modifications = 3;
static const int script = 46;
}

View File

@@ -260,11 +260,6 @@ class SettingStore extends PersistentStore {
late final displayCpuIndex = property('displayCpuIndex', true);
/// Some Android device are unable display the download progress notification,
/// open url in external browser.
/// 0 -> unset, 1 -> true, 2 -> false
late final inAppUpdate = property('inAppUpdate', 0);
late final editorSoftWrap = property('editorSoftWrap', isIOS);
late final sshTermHelpShown = property('sshTermHelpShown', false);