mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Don't migrate custom layout if type is invalid (#3645)
This commit is contained in:
@@ -771,7 +771,7 @@ namespace JSONHelpers
|
||||
break;
|
||||
}
|
||||
default:
|
||||
abort(); // TODO(stefan): Exception safety
|
||||
continue;
|
||||
}
|
||||
customZoneSetsMap[uuid] = zoneSetData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user