mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-17 03:44:36 +00:00
Qt: Fix window icon for setup wizard
This commit is contained in:
@@ -146,7 +146,10 @@ void SetupWizardDialog::confirmCancel()
|
||||
void SetupWizardDialog::setupUi()
|
||||
{
|
||||
m_ui.setupUi(this);
|
||||
m_ui.logo->setPixmap(QtHost::GetAppLogo());
|
||||
|
||||
const QPixmap app_logo = QtHost::GetAppLogo();
|
||||
setWindowIcon(app_logo);
|
||||
m_ui.logo->setPixmap(app_logo);
|
||||
m_ui.pages->setCurrentIndex(0);
|
||||
|
||||
m_page_labels[Page_Language] = m_ui.labelLanguage;
|
||||
|
||||
Reference in New Issue
Block a user