mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Qt: Use svg instead of png
This commit is contained in:
parent
78bcb0fd53
commit
7f4b6b1ae7
16 changed files with 96 additions and 86 deletions
|
@ -105,7 +105,7 @@ bool gui_application::Init()
|
|||
|
||||
if (m_gui_settings->GetValue(gui::ib_show_welcome).toBool())
|
||||
{
|
||||
welcome_dialog* welcome = new welcome_dialog();
|
||||
welcome_dialog* welcome = new welcome_dialog(m_gui_settings);
|
||||
welcome->exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue