mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Remove workarounds related to 0000 dekstop GUID. (#3931)
This commit is contained in:
@@ -281,10 +281,6 @@ namespace JSONHelpers
|
||||
bool FancyZonesData::RemoveDevicesByVirtualDesktopId(const std::wstring& virtualDesktopId)
|
||||
{
|
||||
std::scoped_lock lock{ dataLock };
|
||||
if (virtualDesktopId == DEFAULT_GUID)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
bool modified{ false };
|
||||
for (auto it = deviceInfoMap.begin(); it != deviceInfoMap.end();)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user