mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: fixed missing checkbox on the macOS 10.13 (#716)
This commit is contained in:
@@ -118,7 +118,7 @@ open class Settings: NSStackView, Settings_p {
|
||||
button.title = ""
|
||||
button.action = #selector(self.toggleEnable)
|
||||
button.isBordered = false
|
||||
button.isTransparent = true
|
||||
button.isTransparent = false
|
||||
button.target = self
|
||||
|
||||
toggleBtn = button
|
||||
|
||||
@@ -241,7 +241,7 @@ class ApplicationSettings: NSScrollView {
|
||||
button.title = ""
|
||||
button.action = action
|
||||
button.isBordered = false
|
||||
button.isTransparent = true
|
||||
button.isTransparent = false
|
||||
button.target = self
|
||||
|
||||
toggle = button
|
||||
|
||||
Reference in New Issue
Block a user