Merge branch 'develop-1.8' of https://github.com/kepler155c/opus-apps into develop-1.8

This commit is contained in:
kepler155c@gmail.com
2019-12-05 11:37:37 -07:00

View File

@@ -39,7 +39,7 @@ local wizardPage = UI.WizardPage {
function wizardPage:setNode(node)
self.form:setValues(node)
if not node.volume then
self.form.volume = 1
self.form.volume.value = 1
end
end