Fix formatting

This commit is contained in:
thomabx 2020-03-31 17:13:54 -07:00
parent 89937c0b28
commit 9c97eafaca

View File

@ -89,7 +89,7 @@ function show_dialog(message as string, options = [], defaultSelection = 0) as i
dialog.message = message
end if
if defaultSelection > 0 then
if defaultSelection > 0 then
dialog.findNode("optionList").jumpToItem = defaultSelection
end if