mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-04 15:25:10 +01:00
opt.: server batch delete & fullscreen
This commit is contained in:
@@ -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', '');
|
||||
|
||||
Reference in New Issue
Block a user