NText: Reverted my change to support Richtext by default + All tooltips are no longer using capital letter at the start of every word

This commit is contained in:
LemmyCook 2025-08-31 08:41:51 -04:00
parent 4ad851fdd2
commit 53405c13af
19 changed files with 66 additions and 68 deletions

View file

@ -59,7 +59,7 @@ Item {
autoHide: false // Important to be false so we can hover as long as we want
text: Math.floor(AudioService.volume * 100) + "%"
tooltipText: "Volume: " + Math.round(
AudioService.volume * 100) + "%<br/>Left click for advanced settings.<br/>Scroll up/down to change volume."
AudioService.volume * 100) + "%\nLeft click for advanced settings.\nScroll up/down to change volume."
onWheel: function (delta) {
wheelAccumulator += delta