There was an error while loading. Please reload this page.
1 parent a1725b0 commit 05d6771Copy full SHA for 05d6771
1 file changed
src/vgminputsettings.cpp
@@ -44,7 +44,6 @@ VgmInputSettings::VgmInputSettings(QWidget* parent)
44
, m_romLocation{new QLineEdit(this)}
45
{
46
setWindowTitle(tr("%1 Settings").arg(u"VGM Input"_s));
47
- setModal(true);
48
49
auto* buttons = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel, this);
50
QObject::connect(buttons, &QDialogButtonBox::accepted, this, &VgmInputSettings::accept);
0 commit comments