mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
bugfix: duplicate profile
This commit is contained in:
parent
bf2e4e19d7
commit
82536fd756
@ -344,7 +344,7 @@ Get-ChildItem -Path $SourceDir -Recurse -Filter *.xaml | ForEach-Object {
|
||||
}
|
||||
elseif ($pageClass -match 'Editor::AddProfile')
|
||||
{
|
||||
$navigationParam = 'AddProfile_Nav'
|
||||
$navigationParam = 'AddProfile'
|
||||
}
|
||||
|
||||
$entries += [pscustomobject]@{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user