mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
Qt: Don't hold game list lock on popup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user