speakerView fix

This commit is contained in:
Anavrins
2019-12-05 00:18:55 -05:00
parent aeec3c688e
commit 824685fc07

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