mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
Make experimental build warning modal
This commit is contained in:
parent
7e4cb20ac3
commit
dea24c905b
@ -73,6 +73,7 @@ bool gui_application::Init()
|
||||
gui_log.warning("Experimental Build Warning! Build origin: %s", branch_name);
|
||||
|
||||
QMessageBox msg;
|
||||
msg.setWindowModality(Qt::WindowModal);
|
||||
msg.setWindowTitle(tr("Experimental Build Warning"));
|
||||
msg.setIcon(QMessageBox::Critical);
|
||||
msg.setTextFormat(Qt::RichText);
|
||||
|
Loading…
x
Reference in New Issue
Block a user