|
@@ -130,9 +130,9 @@ extension AppDelegate {
|
|
|
)
|
|
|
)
|
|
|
|
|
|
- // Folder encrypted only HOME
|
|
|
- // if serverUrlHome == appDelegate.activeServerUrl && CCUtility.isEnd(toEndEnabled: appDelegate.account) { }
|
|
|
- if !isDirectoryE2EE && CCUtility.isEnd(toEndEnabled: appDelegate.account) {
|
|
|
+ // Folder encrypted (ONLY ROOT)
|
|
|
+ if serverUrlHome == appDelegate.activeServerUrl && CCUtility.isEnd(toEndEnabled: appDelegate.account) {
|
|
|
+ //if !isDirectoryE2EE && CCUtility.isEnd(toEndEnabled: appDelegate.account) {
|
|
|
actions.append(
|
|
|
NCMenuAction(title: NSLocalizedString("_create_folder_e2ee_", comment: ""),
|
|
|
icon: UIImage(named: "folderEncrypted")!.image(color: NCBrandColor.shared.brandElement, size: 50),
|