|
@@ -150,7 +150,7 @@ class NCSelect: UIViewController, UIGestureRecognizerDelegate, NCListCellDelegat
|
|
|
buttonDone1.layer.masksToBounds = true
|
|
|
buttonDone1.layer.backgroundColor = NCBrandColor.sharedInstance.graySoft.withAlphaComponent(0.5).cgColor
|
|
|
buttonDone1.setTitleColor(.black, for: .normal)
|
|
|
-
|
|
|
+
|
|
|
// changeTheming
|
|
|
NotificationCenter.default.addObserver(self, selector: #selector(changeTheming), name: NSNotification.Name(rawValue: k_notificationCenter_changeTheming), object: nil)
|
|
|
changeTheming()
|
|
@@ -164,7 +164,7 @@ class NCSelect: UIViewController, UIGestureRecognizerDelegate, NCListCellDelegat
|
|
|
buttonDone.setTitle(titleButtonDone, for: .normal)
|
|
|
buttonDone1.setTitle(titleButtonDone1, for: .normal)
|
|
|
buttonDone1.isHidden = isButtonDone1Hide
|
|
|
-
|
|
|
+ overwriteSwitch.isOn = overwrite
|
|
|
overwriteView.isHidden = isOverwriteHide
|
|
|
|
|
|
if selectFile {
|