|
@@ -174,6 +174,8 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
|
|
|
|
|
|
@objc func changeTheming() {
|
|
@objc func changeTheming() {
|
|
|
|
|
|
|
|
+ themingBackground.backgroundColor = NCBrandColor.sharedInstance.brand
|
|
|
|
+
|
|
if let theminBackgroundFile = UIImage.init(contentsOfFile: "\(appDelegate.directoryUser!)/themingBackground.png") {
|
|
if let theminBackgroundFile = UIImage.init(contentsOfFile: "\(appDelegate.directoryUser!)/themingBackground.png") {
|
|
themingBackground.image = theminBackgroundFile
|
|
themingBackground.image = theminBackgroundFile
|
|
} else {
|
|
} else {
|