diff --git a/Source/Core/DolphinQt/QtUtils/ModalMessageBox.cpp b/Source/Core/DolphinQt/QtUtils/ModalMessageBox.cpp index 25d10de729..a1232bc0e3 100644 --- a/Source/Core/DolphinQt/QtUtils/ModalMessageBox.cpp +++ b/Source/Core/DolphinQt/QtUtils/ModalMessageBox.cpp @@ -9,6 +9,7 @@ ModalMessageBox::ModalMessageBox(QWidget* parent) : QMessageBox(parent) { setWindowModality(Qt::WindowModal); + setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); // No parent is still preferable to showing a hidden parent here. if (parent != nullptr && !parent->isVisible())