mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 23:01:39 +00:00
Merge pull request #5728 from Starsam80/remove-qt-whats-this
Qt: Don't show the Qt "What's this" button
This commit is contained in:
commit
d0fb1bc4bf
5 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,7 @@ static int FromWiimoteMenuIndex(const int menudevice)
|
|||
ControllersWindow::ControllersWindow(QWidget* parent) : QDialog(parent)
|
||||
{
|
||||
setWindowTitle(tr("Controller Settings"));
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
CreateGamecubeLayout();
|
||||
CreateWiimoteLayout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue