Browse Source

Making code more Swifty.

pull/92/head
Abhishek 6 years ago
parent
commit
51f31feca8
  1. 4
      Clocker/Panel/FloatingWindowController.swift

4
Clocker/Panel/FloatingWindowController.swift

@ -13,7 +13,7 @@ class FloatingWindowController: ParentPanelController {
window?.standardWindowButton(.zoomButton)?.isHidden = true window?.standardWindowButton(.zoomButton)?.isHidden = true
} }
@objc class func shared() -> FloatingWindowController { class func shared() -> FloatingWindowController {
return sharedWindow return sharedWindow
} }
@ -43,7 +43,7 @@ class FloatingWindowController: ParentPanelController {
mainTableView.setAccessibility("FloatingTableView") mainTableView.setAccessibility("FloatingTableView")
} }
@objc override func updatePanelColor() { override func updatePanelColor() {
super.updatePanelColor() super.updatePanelColor()
updateTheme() updateTheme()
} }

Loading…
Cancel
Save