mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-24 10:01:39 +07:00
Fix OptionPopup should follow the "click behind to close allowed" global setting (#11444)
This commit is contained in:
parent
f590d8d561
commit
6ad2fea4d9
@ -56,6 +56,8 @@ class OptionsPopup(
|
||||
}
|
||||
|
||||
init {
|
||||
clickBehindToClose = true
|
||||
|
||||
if (settings.addCompletedTutorialTask("Open the options table"))
|
||||
(screen as? WorldScreen)?.shouldUpdate = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user