Browse Source

Bug fix!

pull/101/head
Abhishek 4 years ago
parent
commit
9fec67540f
  1. 2
      Clocker/Panel/ParentPanelController.swift

2
Clocker/Panel/ParentPanelController.swift

@ -595,7 +595,7 @@ class ParentPanelController: NSWindowController {
if let futureSliderCell = futureSlider.cell as? CustomSliderCell, futureSliderCell.tracking == true {
return
}
if modernSliderLabel.isHidden == false {
if modernSlider.isHidden == false {
return
}
let dataOperation = TimezoneDataOperations(with: model)

Loading…
Cancel
Save