Ver Fonte

change image name

Marino Faggiana há 8 anos atrás
pai
commit
4a0414e147
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      iOSClient/Brand/CCNextcloudImages.h
  2. 1 1
      iOSClient/Main/CCMain.m

+ 1 - 1
iOSClient/Brand/CCNextcloudImages.h

@@ -28,4 +28,4 @@
 #define image_brandNavigationControllerOffline  @"nextcloud_navigationcontroller_offline"
 #define image_brandBackgroundLite               @"nextcloud_lite"
 
-#define image_Nextcloud                         @"typeCloudNextcloud"
+#define image_NextcloudMenuChangeAccount        @"typeCloudNextcloud"

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -3244,7 +3244,7 @@
         
         item.title = [record.account stringByTruncatingToWidth:self.view.bounds.size.width - 100 withFont:[UIFont systemFontOfSize:12.0] atEnd:YES];
         item.argument = record.account;
-        item.image = [UIImage imageNamed:image_Nextcloud];
+        item.image = [UIImage imageNamed:image_NextcloudMenuChangeAccount];
         item.target = self;
         item.action = @selector(changeDefaultAccount:);