diff --git a/components/fullscreenpanel.cpp b/components/fullscreenpanel.cpp index e6c42f65..efc28cfb 100644 --- a/components/fullscreenpanel.cpp +++ b/components/fullscreenpanel.cpp @@ -95,7 +95,7 @@ void FullScreenPanel::showEvent(QShowEvent *event) { using namespace KWayland::Client; QQuickWindow::showEvent(event); - setWindowState(Qt::WindowFullScreen); +// setWindowState(Qt::WindowFullScreen); }