mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Merge pull request #6022 from spycrab/qt_sw_dialog
Qt/SettingsWindow: Fix window not being detected as a dialog
This commit is contained in:
commit
3e47baa40c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ GraphicsWindow::GraphicsWindow(X11Utils::XRRConfiguration* xrr_config, MainWindo
|
|||
ConnectWidgets();
|
||||
|
||||
setWindowTitle(tr("Graphics"));
|
||||
setWindowFlags(Qt::Window);
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
OnBackendChanged(QString::fromStdString(SConfig::GetInstance().m_strVideoBackend));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue