Skip to content

Commit

Permalink
fix dm change without level crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Jan 28, 2024
1 parent f7f18ef commit bb08c45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/screens/levelselect/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,9 @@ options.layout = flex:new({
right_button,
}, { justify_content = "between", align_relative_to = "area" })

left_button.style.disabled = true
left_button.disabled = true
right_button.style.disabled = true
right_button.disabled = true

return options

0 comments on commit bb08c45

Please sign in to comment.