--- a/ui/cocoa/window.m Tue Oct 21 12:34:17 2025 +0200
+++ b/ui/cocoa/window.m Tue Oct 21 16:20:51 2025 +0200
@@ -86,6 +86,7 @@
}
UiObject* ui_splitview_window(const char *title, UiBool sidebar) {
+ sleep(1);
return create_window(title, FALSE, sidebar, TRUE);
}