Revert "Remember only permanent bottom tabs"

This reverts commit 5dde57e958.
This commit is contained in:
Yuri Sizov 2023-06-23 15:23:36 +02:00
parent 9ab388c146
commit 8cfbc6bda2
6 changed files with 8 additions and 10 deletions

View file

@ -53,7 +53,7 @@ DebuggerEditorPlugin::DebuggerEditorPlugin(PopupMenu *p_debug_menu) {
file_server = memnew(EditorFileServer);
EditorDebuggerNode *debugger = memnew(EditorDebuggerNode);
Button *db = EditorNode::get_singleton()->add_bottom_panel_item(TTR("Debugger"), debugger, true);
Button *db = EditorNode::get_singleton()->add_bottom_panel_item(TTR("Debugger"), debugger);
// Add separation for the warning/error icon that is displayed later.
db->add_theme_constant_override("h_separation", 6 * EDSCALE);
debugger->set_tool_button(db);