1
0
mirror of synced 2025-01-31 03:53:44 +01:00

fix: Providers not being closable

This commit is contained in:
WerWolv 2024-05-17 23:51:34 +02:00
parent 7a1d163450
commit 9e2f228d9a

View File

@ -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);