mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
update: README
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 590;
|
||||
static const String engine = "3.13.6";
|
||||
static const String buildAt = "2023-10-14 13:29:43";
|
||||
static const int modifications = 1;
|
||||
static const int build = 596;
|
||||
static const String engine = "3.13.7";
|
||||
static const String buildAt = "2023-10-14 23:16:48";
|
||||
static const int modifications = 4;
|
||||
static const int script = 21;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import 'package:hive_flutter/hive_flutter.dart';
|
||||
import 'package:toolbox/core/persistant_store.dart';
|
||||
|
||||
|
||||
typedef _HistoryList = List<String>;
|
||||
typedef _HistoryMap = Map<String, String>;
|
||||
|
||||
|
||||
@@ -216,7 +216,7 @@ class SettingStore extends PersistentStore {
|
||||
late final editorHighlight = StoreProperty(box, 'editorHighlight', true);
|
||||
|
||||
/// Open SFTP with last viewed path
|
||||
late final sftpOpenLastPath = StoreProperty(box, 'sftpOpenLastPath', true);
|
||||
late final sftpOpenLastPath = StoreProperty(box, 'sftpOpenLastPath', true);
|
||||
|
||||
// Never show these settings for users
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user