summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/ControllerInterface/ControllerInterfaceWindow.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-06-06 22:13:01 -0500
committerGitHub <noreply@github.com>2025-06-06 22:13:01 -0500
commit903eafcf6521601c0a2dc882c3d37d0e5a32ccd6 (patch)
tree66d4c597f2570859104f6b796dceb909197d0f1b /Source/Core/DolphinQt/Config/ControllerInterface/ControllerInterfaceWindow.cpp
parent5ec5db92400d25b35373b3e814976d3388dedc0a (diff)
parent2a7e8a40037a1690287dcf47fa99b32513418bd0 (diff)
Merge pull request #13714 from Dentomologist/dolphinqt_remove_redundant_window_hints
DolphinQt: Remove redundant window hints
Diffstat (limited to 'Source/Core/DolphinQt/Config/ControllerInterface/ControllerInterfaceWindow.cpp')
-rw-r--r--Source/Core/DolphinQt/Config/ControllerInterface/ControllerInterfaceWindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Config/ControllerInterface/ControllerInterfaceWindow.cpp b/Source/Core/DolphinQt/Config/ControllerInterface/ControllerInterfaceWindow.cpp
index 5201c11fe8..42bfe61ada 100644
--- a/Source/Core/DolphinQt/Config/ControllerInterface/ControllerInterfaceWindow.cpp
+++ b/Source/Core/DolphinQt/Config/ControllerInterface/ControllerInterfaceWindow.cpp
@@ -17,7 +17,6 @@ ControllerInterfaceWindow::ControllerInterfaceWindow(QWidget* parent) : QDialog(
CreateMainLayout();
setWindowTitle(tr("Alternate Input Sources"));
- setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
}
void ControllerInterfaceWindow::CreateMainLayout()