Use upcase consistently for menu tooltips
This commit is contained in:
@@ -14,7 +14,7 @@ BarIndicator {
|
||||
activeText: ""
|
||||
inactiveText: ""
|
||||
activeTooltipText: tooltip
|
||||
inactiveTooltipText: "No terminal is waiting"
|
||||
inactiveTooltipText: "No Terminal Waiting"
|
||||
|
||||
function refresh() {
|
||||
if (statusProc.running) refreshPending = true
|
||||
|
||||
@@ -59,7 +59,7 @@ BarWidget {
|
||||
text: "\uf021"
|
||||
slotSize: Style.bar.statusSlot
|
||||
fontSize: Style.font.caption
|
||||
tooltipText: ""
|
||||
tooltipText: "Pending Omarchy Updates"
|
||||
onPressed: root.runUpdate()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user