feat: added tooltips to the widgets that allow to read them with VoiceOver (#2321)

This commit is contained in:
Serhiy Mytrovtsiy
2025-01-17 17:12:01 +01:00
parent 73e321ca8b
commit 8de91d9d74
2 changed files with 3 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ internal class CombinedView: NSObject, NSGestureRecognizerDelegate {
self.menuBarItem?.autosaveName = "CombinedModules"
self.menuBarItem?.button?.addSubview(self.view)
self.menuBarItem?.button?.image = NSImage()
self.menuBarItem?.button?.toolTip = localizedString("Combined modules")
if !self.combinedModulesPopup {
self.activeModules.forEach { (m: Module) in