mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 12:54:06 -04:00
Options popup closes naturally
This commit is contained in:
parent
47e3397fae
commit
a0985194fb
@ -129,7 +129,8 @@ class OptionsPopup(
|
|||||||
center(screen.stage)
|
center(screen.stage)
|
||||||
keyBindingsTab?.save()
|
keyBindingsTab?.save()
|
||||||
settings.save()
|
settings.save()
|
||||||
onClose()
|
onClose() // activate the passed 'on close' button
|
||||||
|
close() // close this popup
|
||||||
})
|
})
|
||||||
|
|
||||||
if (GUI.keyboardAvailable) {
|
if (GUI.keyboardAvailable) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user