mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 17:41:14 +10:00
Fix Add-SelectedAppsMenuItem's spaces (#4707)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
function Add-SelectedAppsMenuItem {
|
function Add-SelectedAppsMenuItem {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
This is a helper function that generates and adds the Menu Items to the Selected Apps Popup.
|
This is a helper function that generates and adds the Menu Items to the Selected Apps Popup.
|
||||||
@@ -47,4 +47,4 @@
|
|||||||
$selectedAppGrid.Children.Add($selectedAppRemoveButton)
|
$selectedAppGrid.Children.Add($selectedAppRemoveButton)
|
||||||
# Add new Element to Popup
|
# Add new Element to Popup
|
||||||
$sync.selectedAppsstackPanel.Children.Add($selectedAppGrid)
|
$sync.selectedAppsstackPanel.Children.Add($selectedAppGrid)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user