Option in settings to disable SFTP folders-first

This commit is contained in:
PaperCube
2024-02-17 00:58:57 +00:00
parent 8d722da799
commit 52e94e902b
15 changed files with 49 additions and 6 deletions

View File

@@ -197,6 +197,9 @@ class SettingStore extends PersistentStore {
/// Open SFTP with last viewed path
late final sftpOpenLastPath = property('sftpOpenLastPath', true);
/// Show folders first in SFTP file browser
late final sftpShowFoldersFirst = property('sftpShowFoldersFirst', true);
/// Show tip of suspend
late final showSuspendTip = property('showSuspendTip', true);