marinofaggiana 4 anos atrás
pai
commit
0dbfd1601a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      iOSClient/Menu/NCSortMenu.swift

+ 1 - 1
iOSClient/Menu/NCSortMenu.swift

@@ -108,7 +108,7 @@ class NCSortMenu: NSObject {
             )
         )
 
-        if !(hideDirectoryOnTop ?? false) {
+        if !hideDirectoryOnTop {
             actions.append(
                 NCMenuAction(
                     title: NSLocalizedString("_directory_on_top_no_", comment: ""),