Skip to content

Commit c33354e

Browse files
committed
Qt: Don't hold game list lock on popup
1 parent 0841ab4 commit c33354e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/duckstation-qt/mainwindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,7 @@ void MainWindow::onGameListEntryActivated()
16151615
// change disc on double click
16161616
if (!entry->IsDisc())
16171617
{
1618+
lock.unlock();
16181619
QtUtils::MessageBoxCritical(this, tr("Error"), tr("You must select a disc to change discs."));
16191620
return;
16201621
}

0 commit comments

Comments
 (0)