@@ -0,0 +1,21 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "scale" : "1x"
+ },
+ "filename" : "titleExternal@2x.png",
+ "scale" : "2x"
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+}
@@ -66,7 +66,6 @@
@property (nonatomic, strong) UITapGestureRecognizer *singleFingerTap;
@property (nonatomic, strong) UIImage *imageTitle;
-
- (void)closeAllMenu;
- (void)returnCreate:(NSInteger)type;
@@ -4899,6 +4899,7 @@
if (metadata.directory) {
cell.file.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"folder_external"] color:[NCBrandColor sharedInstance].brandElement];
+ cell.imageTitleSegue = [UIImage imageNamed:@"titleExternal"];
cell.accessoryType = UITableViewCellAccessoryNone;
}