Merge branch 'tooltips'

This commit is contained in:
ItsLemmy
2025-09-28 09:23:42 -04:00
30 changed files with 525 additions and 382 deletions
@@ -69,6 +69,7 @@ Popup {
NIconButton {
icon: "close"
tooltipText: "Close"
onClicked: widgetSettings.close()
}
}