add option to refresh CustomButton text on click

This commit is contained in:
kurrycat
2025-11-08 03:24:29 +01:00
parent 895bddf568
commit fb126cc86c
5 changed files with 82 additions and 24 deletions
+1
View File
@@ -25,6 +25,7 @@ RowLayout {
NLabel {
label: root.label
description: root.description
visible: root.label !== "" || root.description !== ""
}
Rectangle {