mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
fix about dialog icon
This commit is contained in:
parent
8183449fb1
commit
35c80ab9fc
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ void main_window::About()
|
|||
close->setDefault(true);
|
||||
|
||||
QLabel* icon = new QLabel(this);
|
||||
icon->setPixmap(appIcon.pixmap(96, 96));
|
||||
icon->setPixmap(QIcon(":/rpcs3.ico").pixmap(96, 96));
|
||||
|
||||
QLabel* caption = new QLabel(tr(
|
||||
"<h1>RPCS3</h1>"
|
||||
|
|
Loading…
Add table
Reference in a new issue