mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
FZ: use type aliases for Data types
This commit is contained in:
committed by
Andrey Nekrasov
parent
9939779932
commit
3eff741da8
@@ -487,7 +487,7 @@ namespace JSONHelpers
|
||||
{
|
||||
try
|
||||
{
|
||||
std::unordered_map<std::wstring, FancyZonesDataTypes::DeviceInfoData> appliedZonesets;
|
||||
TDeviceInfoMap appliedZonesets;
|
||||
|
||||
auto zonesets = json.GetNamedArray(NonLocalizable::AppliedZonesets);
|
||||
for (const auto& zoneset : zonesets)
|
||||
|
||||
Reference in New Issue
Block a user