hotfix: Fix logo resolution in Qt UI.

This commit is contained in:
squidbus
2025-04-12 21:13:04 -07:00
parent b0fe1532f7
commit 8ed82712a0
3 changed files with 3 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ void CheckUpdate::setupUI(const QString& downloadUrl, const QString& latestDate,
QHBoxLayout* titleLayout = new QHBoxLayout();
QLabel* imageLabel = new QLabel(this);
QPixmap pixmap(":/images/shadps4.ico");
QPixmap pixmap(":/images/shadps4.svg");
imageLabel->setPixmap(pixmap);
imageLabel->setScaledContents(true);
imageLabel->setFixedSize(50, 50);