Skip to content

Commit

Permalink
Update OptionsPopup.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 24, 2023
1 parent 70e9151 commit 27ce08a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/OptionsPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,11 @@ Popup {
text: qsTr("Set binding phrase")
checkable: true
onCheckedChanged: {
if (!checked) {
bindPhrase=""
bndPhrase.visible=false;
}
bndPhrase.visible=true;
bindPhrase_used=true;
}
}
TextField {
Expand Down

0 comments on commit 27ce08a

Please sign in to comment.