godot icon indicating copy to clipboard operation
godot copied to clipboard

SceneImportSettings update_timer should be a oneshot.

Open basicer opened this issue 4 months ago • 0 comments

SceneImportSettings uses a timer to debounce updates, but the timer isn't a one shot. This means after the first update is scheduled, the dialog keeps re-rendering even though no update has been requested.

basicer avatar Oct 05 '24 04:10 basicer