refactor(new_editor): close docking loop and app internals

This commit is contained in:
2026-04-15 23:13:09 +08:00
parent cd8ce5947c
commit 52af8e3a6f
15 changed files with 411 additions and 317 deletions

View File

@@ -18,7 +18,7 @@ void LogRuntimeTrace(std::string_view channel, std::string_view message) {
}
bool IsAutoCaptureOnStartupEnabled() {
return Support::IsEnvironmentFlagEnabled("XCUI_AUTO_CAPTURE_ON_STARTUP");
return App::Internal::IsEnvironmentFlagEnabled("XCUI_AUTO_CAPTURE_ON_STARTUP");
}
} // namespace XCEngine::UI::Editor::App::EditorWindowInternal