Skip to content

Commit

Permalink
Make experimental build warning modal
Browse files Browse the repository at this point in the history
  • Loading branch information
nastys committed Aug 5, 2023
1 parent 51a8d22 commit d693f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpcs3/rpcs3qt/gui_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d693f55

Please sign in to comment.