lib(fix): shortcut is created with full description

main
Plínio Larrubia 2 years ago committed by Plínio Larrubia
parent 4bd3771a4c
commit 86f9503cb6
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -28,7 +28,7 @@ function New-Shortcut() {
$Shortcut.TargetPath = $SourcePath
If ($Hotkey) {
$Shortcut.Description += " ($Hotkey)"
$Shortcut.Description = "$Description ($Hotkey)"
}
Else {
$Shortcut.Description = $Description

Loading…
Cancel
Save