Fix barcode tooltip text

This was missed in e5a48bae01
This commit is contained in:
Azhar Momin
2026-02-03 20:15:54 +05:30
parent 2ca121ede9
commit 259c60f669

View File

@@ -138,7 +138,7 @@ Kirigami.Dialog {
Layout.rightMargin: Kirigami.Units.largeSpacing
QQC2.ToolTip.visible: hovered
QQC2.ToolTip.text: barcode.content
QQC2.ToolTip.text: root.shareUrl
QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay
}
}