Qt: Don't hold game list lock on popup

This commit is contained in:
Stenzek
2025-11-01 00:13:25 +10:00
parent 0841ab4b92
commit c33354e2d6

View File

@@ -1615,6 +1615,7 @@ void MainWindow::onGameListEntryActivated()
// change disc on double click
if (!entry->IsDisc())
{
lock.unlock();
QtUtils::MessageBoxCritical(this, tr("Error"), tr("You must select a disc to change discs."));
return;
}