Fix formatting
This commit is contained in:
parent
89937c0b28
commit
9c97eafaca
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user