Yuhang Zhao
2024-01-10 79b1f3110754f9c21af2d7dacbd07b1a9dbaf6ef
src/core/contexts/cocoawindowcontext.mm
@@ -513,7 +513,10 @@
    static inline void releaseWindowProxy(const WId windowId) {
        if (auto proxy = g_proxyList->take(windowId)) {
            proxy->setSystemTitleBarVisible(true);
            // TODO: Determine if the window is valid
            // The window has been destroyed
            // proxy->setSystemTitleBarVisible(true);
            delete proxy;
        } else {
            return;