mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Persist app zone history in real time (#1257)
* save settings every time changes are performed * settings are not saved on app exit
This commit is contained in:
@@ -136,8 +136,6 @@ private:
|
||||
void Disable(bool const traceEvent)
|
||||
{
|
||||
if (m_app) {
|
||||
const auto& fancyZonesData = JSONHelpers::FancyZonesDataInstance();
|
||||
fancyZonesData.SaveFancyZonesData();
|
||||
if (traceEvent)
|
||||
{
|
||||
Trace::FancyZones::EnableFancyZones(false);
|
||||
|
||||
Reference in New Issue
Block a user