mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 10:25:21 +02: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