mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 11:59:07 +08:00
Don't migrate custom layout if type is invalid (#3645)
This commit is contained in:
parent
83afd55e0e
commit
791518d6c4
@ -771,7 +771,7 @@ namespace JSONHelpers
|
||||
break;
|
||||
}
|
||||
default:
|
||||
abort(); // TODO(stefan): Exception safety
|
||||
continue;
|
||||
}
|
||||
customZoneSetsMap[uuid] = zoneSetData;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user