Skip to content
Snippets Groups Projects
Verified Commit cedac5e1 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

fix: replae onCheckedChanged with onToggled

parent e0381e49
No related branches found
No related tags found
1 merge request!54QDS-13458 New Android UI and backend
Pipeline #76223 passed
......@@ -31,7 +31,7 @@ Flickable {
text: qsTr("Auto-scale")
subText: qsTr("Scales the project to fit to current display and orientation")
checked: backend.autoScaleProject() ? Qt.Checked : Qt.Unchecked
onCheckedChanged: backend.setAutoScaleProject(checked)
onToggled: backend.setAutoScaleProject(checked)
}
SettingsItem {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment