qml: actually use rbf selection
This commit is contained in:
@@ -188,6 +188,10 @@ ElDialog {
|
|||||||
Layout.columnSpan: 2
|
Layout.columnSpan: 2
|
||||||
checked: finalizer.rbf
|
checked: finalizer.rbf
|
||||||
visible: finalizer.canRbf
|
visible: finalizer.canRbf
|
||||||
|
onCheckedChanged: {
|
||||||
|
if (activeFocus)
|
||||||
|
finalizer.rbf = checked
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|||||||
Reference in New Issue
Block a user