Use upcase consistently for menu tooltips

This commit is contained in:
David Heinemeier Hansson
2026-07-23 20:09:39 -07:00
parent ffd3c79ab2
commit 3e664286cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ BarWidget {
text: "\uf021"
slotSize: Style.bar.statusSlot
fontSize: Style.font.caption
tooltipText: ""
tooltipText: "Pending Omarchy Updates"
onPressed: root.runUpdate()
}
}