mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
new: open sftp with last viewed path
This commit is contained in:
@@ -215,6 +215,9 @@ class SettingStore extends PersistentStore {
|
||||
/// The performance of highlight is bad
|
||||
late final editorHighlight = StoreProperty(box, 'editorHighlight', true);
|
||||
|
||||
/// Open SFTP with last viewed path
|
||||
late final sftpOpenLastPath = StoreProperty(box, 'sftpOpenLastPath', true);
|
||||
|
||||
// Never show these settings for users
|
||||
//
|
||||
// ------BEGIN------
|
||||
|
||||
Reference in New Issue
Block a user