Refine editor window architecture

This commit is contained in:
2026-04-25 17:51:37 +08:00
parent ef41c44464
commit 41b912933d
24 changed files with 741 additions and 53 deletions

View File

@@ -144,6 +144,7 @@ bool Application::Initialize(HINSTANCE hInstance, int nCmdShow) {
App::EditorWindowManager::CreateParams createParams = {};
createParams.windowId = "main";
createParams.title = kWindowTitle;
createParams.category = App::EditorWindowCategory::Workspace;
createParams.showCommand = nCmdShow;
createParams.primary = true;
createParams.autoCaptureOnStartup =