浏览代码

fix code

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 年之前
父节点
当前提交
34629a2313
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      iOSClient/Menu/AppDelegate+Menu.swift

+ 2 - 0
iOSClient/Menu/AppDelegate+Menu.swift

@@ -130,6 +130,8 @@ extension AppDelegate {
             )
         )
 
+        // Folder encrypted only HOME
+        // 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: ""),