rm: r_upgrade
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user