mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 04:02:42 +01:00
Round macOS icon
This commit is contained in:
parent
f0093375b8
commit
af95ff5f8b
BIN
rpcs3/rpcs3.icns
BIN
rpcs3/rpcs3.icns
Binary file not shown.
@ -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);
|
||||
|
@ -61,7 +61,9 @@ gui_application::~gui_application()
|
||||
|
||||
bool gui_application::Init()
|
||||
{
|
||||
#ifndef __APPLE__
|
||||
setWindowIcon(QIcon(":/rpcs3.ico"));
|
||||
#endif
|
||||
|
||||
m_emu_settings.reset(new emu_settings());
|
||||
m_gui_settings.reset(new gui_settings());
|
||||
|
Loading…
Reference in New Issue
Block a user