1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix Editor wayland first scan task error.

Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
This commit is contained in:
Mounir Tohami
2025-07-25 01:05:15 +03:00
parent 006e3f26b9
commit 1cc459d86f
3 changed files with 10 additions and 1 deletions

View File

@@ -851,7 +851,7 @@ void EditorNode::_notification(int p_what) {
command_palette->register_shortcuts_as_command();
callable_mp(this, &EditorNode::_begin_first_scan).call_deferred();
_begin_first_scan();
last_dark_mode_state = DisplayServer::get_singleton()->is_dark_mode();
last_system_accent_color = DisplayServer::get_singleton()->get_accent_color();