mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-03 06:15:19 +01:00
ContentDB dialog: React to window info changes immediately (#15248)
This commit is contained in:
@@ -496,6 +496,11 @@ local function handle_events(event)
|
||||
return true
|
||||
end
|
||||
|
||||
if event == "WindowInfoChange" then
|
||||
ui.update()
|
||||
return true
|
||||
end
|
||||
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user