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);