mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Providers not being closable
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user