CtlPrefWindow // Add tooltip for navigation items.

This commit is contained in:
ShikiSuen 2023-09-25 22:58:59 +08:00
parent 711767df93
commit deee89e575
1 changed files with 1 additions and 0 deletions

View File

@ -519,6 +519,7 @@ extension CtlPrefWindow: NSToolbarDelegate {
item.target = self item.target = self
item.image = tab.icon item.image = tab.icon
item.label = tab.i18nTitle item.label = tab.i18nTitle
item.toolTip = tab.i18nTitle
item.tag = tab.cocoaTag item.tag = tab.cocoaTag
item.action = #selector(updateTab(_:)) item.action = #selector(updateTab(_:))
return item return item