mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Fix crash when saving any module settings while module being disabled (#1259)
This commit is contained in:
@@ -144,6 +144,7 @@ private:
|
||||
}
|
||||
m_app->Destroy();
|
||||
m_app = nullptr;
|
||||
m_settings->ResetCallback();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user