Procházet zdrojové kódy

AppDelegate Menu, the create folder icon must be brand color

marinofaggiana před 5 roky
rodič
revize
abdf87f686
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      iOSClient/Main/Menu/AppDelegate+Menu.swift

+ 1 - 1
iOSClient/Main/Menu/AppDelegate+Menu.swift

@@ -120,7 +120,7 @@ extension AppDelegate {
 
         actions.append(
             NCMenuAction(title: NSLocalizedString("_create_folder_", comment: ""),
-                icon: CCGraphics.changeThemingColorImage(UIImage(named: "folder"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
+                icon: CCGraphics.changeThemingColorImage(UIImage(named: "folder"), width: 50, height: 50, color: NCBrandColor.sharedInstance.brand),
                 action: { menuAction in
                     appDelegate.activeMain.createFolder()
                 }