mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Qt: Make more messages modal
This commit is contained in:
parent
6962d5bc52
commit
787f2c6bd7
3 changed files with 27 additions and 8 deletions
|
@ -186,6 +186,7 @@ int main(int argc, char* argv[])
|
|||
QMessageBox analytics_prompt(&win);
|
||||
|
||||
analytics_prompt.setIcon(QMessageBox::Question);
|
||||
analytics_prompt.setWindowModality(Qt::WindowModal);
|
||||
analytics_prompt.setStandardButtons(QMessageBox::Yes | QMessageBox::No);
|
||||
analytics_prompt.setWindowTitle(QObject::tr("Allow Usage Statistics Reporting"));
|
||||
analytics_prompt.setText(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue