mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
fix about dialog icon
This commit is contained in:
parent
8183449fb1
commit
35c80ab9fc
@ -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…
Reference in New Issue
Block a user