mirror of
https://github.com/stenzek/duckstation.git
synced 2026-07-08 17:46:19 +00:00
Qt: Fix inverted delayed show condition in QtAsyncTaskWithProgressDialog
This commit is contained in:
@@ -499,7 +499,7 @@ void QtAsyncTaskWithProgressDialog::SetAutoClose(bool enabled)
|
||||
|
||||
void QtAsyncTaskWithProgressDialog::EnsureShown()
|
||||
{
|
||||
if (!m_shown)
|
||||
if (m_shown)
|
||||
return;
|
||||
|
||||
m_shown = true;
|
||||
|
||||
Reference in New Issue
Block a user