mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: added tooltips to the missing elements and enabled accessibility on some not natively supported (#2321)
This commit is contained in:
@@ -513,7 +513,8 @@ private class ModulePreview: NSStackView {
|
||||
self.layer?.backgroundColor = NSColor.white.cgColor
|
||||
|
||||
self.identifier = NSUserInterfaceItemIdentifier(rawValue: id)
|
||||
self.toolTip = localizedString("Move module", id)
|
||||
self.setAccessibilityElement(true)
|
||||
self.toolTip = id
|
||||
|
||||
self.orientation = .vertical
|
||||
self.distribution = .fill
|
||||
|
||||
Reference in New Issue
Block a user