We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818c32b commit b2b495bCopy full SHA for b2b495b
1 file changed
MTMR/CustomButtonTouchBarItem.swift
@@ -16,6 +16,7 @@ class CustomButtonTouchBarItem: NSCustomTouchBarItem {
16
self.tapClosure = callback
17
super.init(identifier: identifier)
18
button = NSButton(title: title, target: self, action: #selector(didTapped))
19
+ button.title = title
20
self.view = button
21
}
22
0 commit comments