Browse Source

build 8

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 year ago
parent
commit
a93448b32d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/More/NCMore.swift

+ 1 - 1
iOSClient/More/NCMore.swift

@@ -151,7 +151,7 @@ class NCMore: UIViewController, UITableViewDelegate, UITableViewDataSource {
 
         // ITEM : Groupfolders
         let hasAccessibleGroupFolders = NCManageDatabase.shared.getCapabilitiesServerBool(account: appDelegate.account, elements: NCElementsJSON.shared.capabilitiesGroupfoldersEnabled, exists: false)
-        if serverVersionMajor >= NCGlobal.shared.nextcloudVersion26 && hasAccessibleGroupFolders {
+        if hasAccessibleGroupFolders {
             item = NKExternalSite()
             item.name = "_group_folders_"
             item.icon = "groupfolders"