[FanzyZones] app history and zone settings granular saving (#9489) (#9494)

move DeleteFancyZonesRegistryData to proper place
add logging
This commit is contained in:
Enrico Giordani
2021-02-04 21:02:24 +01:00
committed by GitHub
parent e0e53fcf69
commit 77d84982c2
5 changed files with 39 additions and 16 deletions

View File

@@ -942,7 +942,7 @@ void FancyZones::AddZoneWindow(HMONITOR monitor, const std::wstring& deviceId) n
if (workArea)
{
m_workAreaHandler.AddWorkArea(m_currentDesktopId, monitor, workArea);
FancyZonesDataInstance().SaveFancyZonesData();
FancyZonesDataInstance().SaveZoneSettings();
}
}
}