Browse Source

improvement theming

Marino Faggiana 8 năm trước cách đây
mục cha
commit
8149374914
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      iOSClient/Main/CCMain.m

+ 3 - 0
iOSClient/Main/CCMain.m

@@ -312,6 +312,9 @@
     // Menu e Bar
     [self createReMainMenu];
     [self createReSelectMenu];
+
+    // Refresh control
+    _refreshControl.tintColor = [NCBrandColor sharedInstance].brand;
 }
 
 #pragma --------------------------------------------------------------------------------------------