mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
rm: r_upgrade
This commit is contained in:
@@ -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