mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: fixed disk name label color. (#2084)
This commit is contained in:
@@ -435,7 +435,7 @@ internal class NameView: NSStackView {
|
||||
let nameField = NSButton()
|
||||
nameField.bezelStyle = .inline
|
||||
nameField.isBordered = false
|
||||
nameField.contentTintColor = .darkGray
|
||||
nameField.contentTintColor = .labelColor
|
||||
nameField.action = #selector(self.openDisk)
|
||||
nameField.target = self
|
||||
nameField.toolTip = localizedString("Control")
|
||||
|
||||
Reference in New Issue
Block a user