diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-01-25 17:56:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 17:56:58 -0500 |
commit | 4ec50dfd4ffc7b2508fa57df8aee510ac0d20447 (patch) | |
tree | 17927bc7f266366b7b7b6bbf121d10d36f1bad35 /src/yuzu/install_dialog.cpp | |
parent | abda68f3a4e13f658fff0779927b0c7b0b24937f (diff) | |
parent | cdfb3795afa7f9f86f1dca35a424b25115e10f37 (diff) |
Merge pull request #9668 from Morph1984/qt-why-is-this-not-the-default
main: Globally disable the "?" button on dialogs
Diffstat (limited to 'src/yuzu/install_dialog.cpp')
-rw-r--r-- | src/yuzu/install_dialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/install_dialog.cpp b/src/yuzu/install_dialog.cpp index 84ec4fe13..673bbaa83 100644 --- a/src/yuzu/install_dialog.cpp +++ b/src/yuzu/install_dialog.cpp @@ -46,7 +46,6 @@ InstallDialog::InstallDialog(QWidget* parent, const QStringList& files) : QDialo vbox_layout->addLayout(hbox_layout); setLayout(vbox_layout); - setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); setWindowTitle(tr("Install Files to NAND")); } |