diff --git a/src/main.cpp b/src/main.cpp index 1f0f22e..9bf08f3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -249,7 +249,7 @@ int main(int argc, char *argv[]) QQuickWindow *PresWindow = new QQuickWindow; qDebug() << PresWindow; PresWindow->create(); - PresWindow->setVisible(true); + // PresWindow->setVisible(true); qDebug() << PresWindow->isVisible(); window->setIcon(QIcon::fromTheme(QStringLiteral("system-config-display")));