#146 new: option of server tab old ui

This commit is contained in:
lollipopkit
2023-08-30 15:41:41 +08:00
parent f7278fc890
commit 8004c41094
5 changed files with 198 additions and 128 deletions

View File

@@ -146,4 +146,11 @@ class SettingStore extends PersistentStore {
'sftpRmrfDir',
true,
);
/// Discussion #146
late final serverTabUseOldUI = StoreProperty(
box,
'serverTabUseOldUI',
false,
);
}