NightLight/Bar: left click toggle, converted to NIconButton

+ Adapted some tooltip to the new richtext NText
This commit is contained in:
quadbyte 2025-08-31 01:26:04 -04:00
parent 87f9afbd85
commit 80f6570f04
7 changed files with 39 additions and 51 deletions

View file

@ -48,10 +48,10 @@ NIconButton {
let tooltip = header
if (pacmanTooltip !== "") {
tooltip += "\n" + pacmanTooltip
tooltip += "<br/>" + pacmanTooltip
}
if (aurTooltip !== "") {
tooltip += "\n" + aurTooltip
tooltip += "<br/>" + aurTooltip
}
return tooltip
}