fix: Providers not being closable
This commit is contained in:
parent
7a1d163450
commit
9e2f228d9a
@ -374,9 +374,6 @@ namespace hex {
|
||||
if (TaskManager::getRunningTaskCount() > 0)
|
||||
return;
|
||||
|
||||
if (impl::s_closingProviders.contains(provider))
|
||||
return;
|
||||
|
||||
if (!noQuestions) {
|
||||
impl::s_closingProviders.insert(provider);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user