1
0

qml: actually use rbf selection

This commit is contained in:
Sander van Grieken
2022-10-24 17:08:57 +02:00
parent d922db0bdf
commit 87ee3030a8

View File

@@ -188,6 +188,10 @@ ElDialog {
Layout.columnSpan: 2
checked: finalizer.rbf
visible: finalizer.canRbf
onCheckedChanged: {
if (activeFocus)
finalizer.rbf = checked
}
}
Label {