mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-15 23:07:11 -05:00
Qt: Remove "What's this" button
This commit is contained in:
@@ -24,6 +24,7 @@ NetPlaySetupDialog::NetPlaySetupDialog(QWidget* parent)
|
||||
: QDialog(parent), m_game_list_model(Settings::Instance().GetGameListModel())
|
||||
{
|
||||
setWindowTitle(tr("Dolphin NetPlay Setup"));
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
CreateMainLayout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user