summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_motion_touch.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-01-25 01:11:20 -0500
committerMorph <39850852+Morph1984@users.noreply.github.com>2023-01-25 01:12:50 -0500
commitcdfb3795afa7f9f86f1dca35a424b25115e10f37 (patch)
treef7d728acfb66a08c8e94aecf659bf9c279cb72fb /src/yuzu/configuration/configure_motion_touch.cpp
parent44b981fd3eb3db5c15bcc24e61bae45607223ee6 (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_motion_touch.cpp')
-rw-r--r--src/yuzu/configuration/configure_motion_touch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_motion_touch.cpp b/src/yuzu/configuration/configure_motion_touch.cpp
index d1b870c72..fb1292f07 100644
--- a/src/yuzu/configuration/configure_motion_touch.cpp
+++ b/src/yuzu/configuration/configure_motion_touch.cpp
@@ -89,7 +89,6 @@ ConfigureMotionTouch::ConfigureMotionTouch(QWidget* parent,
"using-a-controller-or-android-phone-for-motion-or-touch-input'><span "
"style=\"text-decoration: underline; color:#039be5;\">Learn More</span></a>"));
- setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
SetConfiguration();
UpdateUiDisplay();
ConnectEvents();