Sine Striker
2023-12-20 8209cdfb1d85a40cc770f854d773c3a10f5ab576
src/core/contexts/qtwindowcontext.cpp
@@ -247,7 +247,7 @@
        AbstractWindowContext::virtual_hook(id, data);
    }
    void QtWindowContext::winIdChanged(QWindow *oldWindow) {
    void QtWindowContext::winIdChanged(QWindow *oldWindow, bool isDestroyed) {
        Q_UNUSED(oldWindow)
        m_delegate->setWindowFlags(m_host,
                                   m_delegate->getWindowFlags(m_host) | Qt::FramelessWindowHint);