opt.: server batch delete & fullscreen

This commit is contained in:
lollipopkit
2023-12-20 14:02:59 +08:00
parent 6924290626
commit 7283c968ae
3 changed files with 12 additions and 36 deletions

View File

@@ -163,7 +163,7 @@ class SettingStore extends PersistentStore {
/// Otherwise, display them on the top of server detail page
late final moveOutServerTabFuncBtns = property(
'moveOutServerTabFuncBtns',
true,
false,
);
/// Whether use `rm -r` to delete directory on SFTP
@@ -199,10 +199,6 @@ class SettingStore extends PersistentStore {
/// Show tip of suspend
late final showSuspendTip = property('showSuspendTip', true);
/// Server func btns display name
late final serverFuncBtnsDisplayName =
property('serverFuncBtnsDisplayName', false);
/// Webdav sync
late final webdavSync = property('webdavSync', false);
late final webdavUrl = property('webdavUrl', '');