Very minimal volume widget and PWAudioService

This commit is contained in:
quadbyte 2025-08-10 18:28:36 -04:00
parent 56777fc9fd
commit 5c7268aaee
7 changed files with 326 additions and 234 deletions

View file

@ -64,10 +64,10 @@ Rectangle {
root.onExited()
}
onClicked: {
root.onClicked()
if (tooltipText) {
tooltip.hide()
}
root.onClicked()
}
}
}