Sine Striker
2023-12-26 1740ed5e0e765ebd8676733243eb3eaa81f95df1
examples/mainwindow/mainwindow.cpp
@@ -115,10 +115,6 @@
    windowAgent = new QWK::WidgetWindowAgent(this);
    windowAgent->setup(this);
#ifdef Q_OS_WIN
    windowAgent->setWindowAttribute(QStringLiteral("dark-mode"), true);
#endif
    // 2. Construct your title bar
    auto menuBar = [this]() {
        auto menuBar = new QMenuBar();