Options popup closes naturally

This commit is contained in:
Yair Morgenstern 2024-03-03 21:28:15 +02:00
parent 47e3397fae
commit a0985194fb

View File

@ -129,7 +129,8 @@ class OptionsPopup(
center(screen.stage)
keyBindingsTab?.save()
settings.save()
onClose()
onClose() // activate the passed 'on close' button
close() // close this popup
})
if (GUI.keyboardAvailable) {