mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Round macOS icon
This commit is contained in:
parent
f0093375b8
commit
af95ff5f8b
3 changed files with 4 additions and 0 deletions
|
|
@ -6,7 +6,9 @@
|
|||
|
||||
fatal_error_dialog::fatal_error_dialog(std::string_view text) : QMessageBox()
|
||||
{
|
||||
#ifndef __APPLE__
|
||||
setWindowIcon(QIcon(":/rpcs3.ico"));
|
||||
#endif
|
||||
setWindowTitle(tr("RPCS3: Fatal Error"));
|
||||
setIcon(QMessageBox::Icon::Critical);
|
||||
setTextFormat(Qt::TextFormat::RichText);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue