GodotModding / godot-mod-tool

Tool to improve the development experience when creating Godot mod-loader mods.
MIT License
41 stars 3 forks source link

fix: :bug: fixed template select ui mismatch #87

Closed KANAjetzt closed 1 year ago

KANAjetzt commented 1 year ago

The Select Button is getting reset to index 0, but the templates were added in alphabetical order to the options. Now the default templates are fixed in the first positions, starting with the default template.

closes #86