We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45ce9f0 + f14ed7e commit e9718d4Copy full SHA for e9718d4
editor/gui/code_editor.cpp
@@ -1672,6 +1672,7 @@ void CodeTextEditor::_set_show_warnings_panel(bool p_show) {
1672
void CodeTextEditor::_toggle_files_pressed() {
1673
ERR_FAIL_NULL(toggle_files_list);
1674
toggle_files_list->set_visible(!toggle_files_list->is_visible());
1675
+ EditorSettings::get_singleton()->set_project_metadata("files_panel", "show_files_panel", toggle_files_list->is_visible());
1676
update_toggle_files_button();
1677
}
1678
0 commit comments