mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
add window icons (#92)
This commit is contained in:
parent
f2691d83b8
commit
58ae9c3ade
4 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,7 @@ GameInstallDialog::GameInstallDialog(std::shared_ptr<GuiSettings> gui_settings)
|
|||
layout->addWidget(SetupDialogActions());
|
||||
|
||||
setWindowTitle("Shadps4 - Choose directory");
|
||||
setWindowIcon(QIcon(":/images/shadps4.ico"));
|
||||
}
|
||||
|
||||
GameInstallDialog::~GameInstallDialog() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue