Fix link color in aboutViewController
This commit is contained in:
parent
e9413b8573
commit
c03746c0e7
@ -58,11 +58,8 @@ class HyperlinkTextField: NSTextField {
|
||||
|
||||
override func awakeFromNib() {
|
||||
super.awakeFromNib()
|
||||
|
||||
// TODO: Fix this and get the hover click to work.
|
||||
|
||||
let attributes: [NSAttributedString.Key: Any] = [
|
||||
NSAttributedString.Key.foregroundColor: NSColor.blue,
|
||||
NSAttributedString.Key.foregroundColor: NSColor.linkColor,
|
||||
NSAttributedString.Key.underlineStyle: NSUnderlineStyle.single.rawValue as AnyObject,
|
||||
]
|
||||
attributedStringValue = NSAttributedString(string: stringValue, attributes: attributes)
|
||||
|
Loading…
Reference in New Issue
Block a user