浏览代码

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

marinofaggiana 4 年之前
父节点
当前提交
a7f47ee66b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;