From f7f7e1e3361567da2acee09a04d1599635133a41 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Sun, 30 Mar 2025 00:54:22 +0200 Subject: [PATCH] remove ProgressDialog from fullscreen on gamescope Signed-off-by: Trial97 --- launcher/ui/dialogs/ProgressDialog.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/launcher/ui/dialogs/ProgressDialog.cpp b/launcher/ui/dialogs/ProgressDialog.cpp index f6e9d7001..171989fb0 100644 --- a/launcher/ui/dialogs/ProgressDialog.cpp +++ b/launcher/ui/dialogs/ProgressDialog.cpp @@ -99,11 +99,6 @@ ProgressDialog::~ProgressDialog() void ProgressDialog::updateSize(bool recenterParent) { - if (DesktopServices::isGameScope()) { - this->showFullScreen(); - this->setFixedSize(this->width(), this->height()); - return; - } QSize lastSize = this->size(); QPoint lastPos = this->pos(); int minHeight = ui->globalStatusDetailsLabel->minimumSize().height() + (ui->verticalLayout->spacing() * 2);