mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
#146 new: option of server tab old ui
This commit is contained in:
@@ -146,4 +146,11 @@ class SettingStore extends PersistentStore {
|
||||
'sftpRmrfDir',
|
||||
true,
|
||||
);
|
||||
|
||||
/// Discussion #146
|
||||
late final serverTabUseOldUI = StoreProperty(
|
||||
box,
|
||||
'serverTabUseOldUI',
|
||||
false,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user