browser.allowOpenInBackgroundTab is a string, not a boolean, so the following won’t work as expected:
control: Switch { checked: browser.allowOpenInBackgroundTab onClicked: browser.allowOpenInBackgroundTab = checked; }
Instead, you’ll need to check that either the value is "true", or it’s "default" and the form factor is desktop.
« Back to merge proposal
browser. allowOpenInBack groundTab is a string, not a boolean, so the following won’t work as expected:
control: Switch { allowOpenInBack groundTab allowOpenInBack groundTab = checked;
checked: browser.
onClicked: browser.
}
Instead, you’ll need to check that either the value is "true", or it’s "default" and the form factor is desktop.