Re-import start layout file
This commit is contained in:
parent
c5e775fc88
commit
3a097d2194
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue