This commit is contained in:
Johannes Frohnmeyer 2023-06-30 23:22:20 +02:00
parent 1be0d68a56
commit 8f46e4887f
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class NewInstanceWindow(app: Application) : KAssistant(app) {
val fabric = CheckButton.newWithLabel("Fabric")
none.onActivate { useFabric = false }
none.onActivate { useFabric = true }
fabric.setGroup(none)
append(none)
val fabricVersionDropdown = KDropDown(versions, { it.loader.version }, def)
fabricVersionDropdown.onChange { fabricVersion = versions[it] }