|
@@ -32,7 +32,7 @@ class NCFiles: NCCollectionViewCommon {
|
|
|
super.init(coder: aDecoder)
|
|
|
|
|
|
appDelegate.activeFiles = self
|
|
|
- titleCurrentFolder = NCBrandOptions.sharedInstance.brand
|
|
|
+ titleCurrentFolder = NCBrandOptions.sharedInstance.brand
|
|
|
layoutKey = k_layout_view_files
|
|
|
enableSearchBar = true
|
|
|
DZNimage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folder"), width: 300, height: 300, color: NCBrandColor.sharedInstance.brandElement)
|