refactor(new_editor): close docking loop and app internals
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user