Allow FileSystemDock to navigate to currently selected scene tab as an option

This commit is contained in:
tle-oops
2025-10-23 09:23:13 -04:00
parent 8d8041bd4d
commit 77091f5e67
4 changed files with 20 additions and 0 deletions

View File

@ -454,6 +454,8 @@ private:
bool waiting_for_first_scan = true;
bool load_editor_layout_done = false;
bool select_current_scene_file_requested = false;
HashSet<Ref<Translation>> tracked_translations;
bool pending_translation_notification = false;
@ -586,6 +588,7 @@ private:
void _set_current_scene(int p_idx);
void _set_current_scene_nocheck(int p_idx);
void _nav_to_selected_scene();
bool _validate_scene_recursive(const String &p_filename, Node *p_node);
void _save_scene(String p_file, int idx = -1);
void _save_all_scenes();