minor tweaks

This commit is contained in:
kepler155c@gmail.com
2019-07-12 16:03:55 -06:00
parent d1bac2b309
commit a79e79db28
2 changed files with 9 additions and 1 deletions

View File

@@ -38,6 +38,9 @@ local wizardPage = UI.WizardPage {
function wizardPage:setNode(node)
self.form:setValues(node)
if not node.volume then
self.form.volume = 1
end
end
function wizardPage:saveNode(node)