new: open sftp with last viewed path

This commit is contained in:
lollipopkit
2023-10-14 23:03:12 +08:00
parent c9d54f4fea
commit a397f81988
14 changed files with 123 additions and 12 deletions

View File

@@ -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------