Sine Striker
2024-02-20 4d193ef7c61fb4800868f150be6a0bb04b725463
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;