diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-01-25 01:11:20 -0500 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-01-25 01:12:50 -0500 |
commit | cdfb3795afa7f9f86f1dca35a424b25115e10f37 (patch) | |
tree | f7d728acfb66a08c8e94aecf659bf9c279cb72fb /src/yuzu/configuration/configure_per_game.cpp | |
parent | 44b981fd3eb3db5c15bcc24e61bae45607223ee6 (diff) |
main: Globally disable the "?" button on dialogs
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally.
Diffstat (limited to 'src/yuzu/configuration/configure_per_game.cpp')
-rw-r--r-- | src/yuzu/configuration/configure_per_game.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_per_game.cpp b/src/yuzu/configuration/configure_per_game.cpp index 93db47cfd..7e757eafd 100644 --- a/src/yuzu/configuration/configure_per_game.cpp +++ b/src/yuzu/configuration/configure_per_game.cpp @@ -66,8 +66,6 @@ ConfigurePerGame::ConfigurePerGame(QWidget* parent, u64 title_id_, const std::st setFocusPolicy(Qt::ClickFocus); setWindowTitle(tr("Properties")); - // remove Help question mark button from the title bar - setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); addons_tab->SetTitleId(title_id); |