function name change to getWorkplaceDropToBuildplate

CURA-10542
This commit is contained in:
saumya.jain 2024-02-15 11:35:09 +01:00
parent f54d6099cd
commit d68a454fa9
3 changed files with 3 additions and 3 deletions

View file

@ -512,7 +512,7 @@ UM.PreferencesPage
onCheckedChanged:
{
UM.Preferences.setValue("physics/automatic_drop_down", checked)
CuraApplication.getLocalDropToBuildplate(checked)
CuraApplication.getWorkplaceDropToBuildplate(checked)
}
}
}