Explorar o código

https://github.com/nextcloud/ios/issues/1562

marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
a7f47ee66b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      iOSClient/Settings/CCManageAccount.m

+ 1 - 0
iOSClient/Settings/CCManageAccount.m

@@ -81,6 +81,7 @@
     
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"alias" rowType:XLFormRowDescriptorTypeAccount];
     row.cellConfigAtConfigure[@"backgroundColor"] = NCBrandColor.shared.backgroundView;
+    [row.cellConfig setObject:[[UIImage imageNamed:@"user"] imageWithColor:NCBrandColor.shared.icon size:25] forKey:@"imageView.image"];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0] forKey:@"textField.font"];
     [row.cellConfig setObject:NCBrandColor.shared.textView forKey:@"textField.textColor"];
     row.value = accountActive.alias;