|
@@ -658,7 +658,7 @@
|
|
|
// LEFT : configure ONLY Root Favorites : Remove file/folder Favorites
|
|
|
if (_serverUrl == nil) {
|
|
|
|
|
|
- ((CCCellMain *)cell).leftButtons = @[[MGSwipeButton buttonWithTitle:@"" icon:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"favorite"] multiplier:2 color:[UIColor whiteColor]] backgroundColor:[NCBrandColor sharedInstance].yellowFavorite padding:25]];
|
|
|
+ ((CCCellMain *)cell).leftButtons = @[[MGSwipeButton buttonWithTitle:@"" icon:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"favorite"] multiplier:1 color:[UIColor whiteColor]] backgroundColor:[NCBrandColor sharedInstance].yellowFavorite padding:25]];
|
|
|
((CCCellMain *)cell).leftExpansion.buttonIndex = 0;
|
|
|
((CCCellMain *)cell).leftExpansion.fillOnTrigger = NO;
|
|
|
|