mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 01:23:57 +02:00
Start with empty string for checkbox
This commit is contained in:
parent
3df414df36
commit
749dede8b3
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ Rectangle {
|
|||
anchors.left: parent.left;
|
||||
anchors.top: monitorShowsSwitch.bottom;
|
||||
anchors.topMargin: 25;
|
||||
text: "Pressing Ctrl+0 Switches Monitor View";
|
||||
text: "";
|
||||
boxSize: 24;
|
||||
onClicked: {
|
||||
sendToScript({method: 'changeSwitchViewFromControllerPreference', params: checked});
|
||||
|
|
Loading…
Reference in a new issue