new_editor: close startup screenshot ownership

This commit is contained in:
2026-04-22 02:47:28 +08:00
parent b863dfe727
commit 173ab89158
8 changed files with 45 additions and 48 deletions

View File

@@ -64,10 +64,6 @@ void LogRuntimeTrace(std::string_view channel, std::string_view message) {
AppendUIEditorRuntimeTrace(channel, message);
}
bool IsAutoCaptureOnStartupEnabled() {
return App::IsEnvironmentFlagEnabled("XCUI_AUTO_CAPTURE_ON_STARTUP");
}
} // namespace XCEngine::UI::Editor::App::EditorWindowSupport
namespace XCEngine::UI::Editor::App {