Fix content browser dock and editor now disabled by default

This commit is contained in:
MegaMech
2025-04-24 17:51:07 -06:00
parent 0442210b54
commit 2947d8932e
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -97,8 +97,7 @@ namespace Ship {
ImGui::DockBuilderDockWindow("Properties", rightBottomId);
ImGui::DockBuilderDockWindow("Tools", topId);
ImGui::DockBuilderDockWindow("Content Browser", bottomId);
ImGui::DockBuilderDockWindow("File Explorer", bottomLeftId);
ImGui::DockBuilderDockWindow("Content Browser", bottomLeftId);
ImGui::DockBuilderFinish(dockId);
}
+1 -1
View File
@@ -83,7 +83,7 @@ void SetupGuiElements() {
SPDLOG_ERROR("Could not find input GfxDebuggerWindow");
}
mToolsWindow = std::make_shared<Editor::ToolsWindow>("gEditorEnabled", true, "Tools", ImVec2(100, 100),
mToolsWindow = std::make_shared<Editor::ToolsWindow>("gEditorEnabled", "Tools", ImVec2(100, 100),
(ImGuiWindowFlags_NoTitleBar));
gui->AddGuiWindow(mToolsWindow);