mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
Only clone layout from parent desktop when creating new virtual desktop (#1904)
* Fix issue #1343 * Add Unit Tests * Revert non intended rename * Address PR comments
This commit is contained in:
@@ -212,6 +212,11 @@ namespace JSONHelpers
|
||||
customZoneSetsMap.clear();
|
||||
activeDeviceId.clear();
|
||||
}
|
||||
|
||||
inline void SetDeviceInfo(const std::wstring& deviceId, DeviceInfoData data)
|
||||
{
|
||||
deviceInfoMap[deviceId] = data;
|
||||
}
|
||||
#endif
|
||||
|
||||
inline void SetActiveDeviceId(const std::wstring& deviceId)
|
||||
|
||||
Reference in New Issue
Block a user