Re-import start layout file

This commit is contained in:
Manuel Thalmann 2023-07-18 20:59:10 +02:00
parent c5e775fc88
commit 3a097d2194

View file

@ -37,6 +37,7 @@ $startLayout.pinnedList = $startLayout.pinnedList | Where-Object {
}
$startLayout | ConvertTo-Json | Set-Content $startLayoutFile;
Import-StartLayout $startLayoutFile;
Pop-Location;
Remove-Item -Recurse "$tempDir";