mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Make paths dialog modeless.
This commit is contained in:
parent
35d7c2bc78
commit
726d6c17af
3 changed files with 52 additions and 40 deletions
|
@ -21,7 +21,6 @@ PathDialog::PathDialog(QWidget* parent)
|
|||
: QDialog(parent)
|
||||
{
|
||||
setWindowTitle(tr("Paths"));
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
QVBoxLayout* layout = new QVBoxLayout;
|
||||
layout->addWidget(MakeGameFolderBox());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue