mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added tooltips to the widgets that allow to read them with VoiceOver (#2321)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user