mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Add rpcs3 icon to save dialogs.
This commit is contained in:
parent
d1cde4d0a7
commit
866b9524b3
2 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ save_data_list_dialog::save_data_list_dialog(const std::vector<SaveDataEntry>& e
|
|||
: QDialog(parent), m_save_entries(entries), m_selectedEntry(-1), selectedEntryLabel(nullptr)
|
||||
{
|
||||
setWindowTitle(tr("Save Data Interface"));
|
||||
setWindowIcon(QIcon(":/rpcs3.ico"));
|
||||
setMinimumSize(QSize(400, 400));
|
||||
|
||||
// Table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue