Skip to content

Commit

Permalink
Update Templates.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvourd authored Nov 16, 2024
1 parent 4df7e93 commit 6d441ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Packages/Templates/Templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Command=ToggleDesktop
<isDefaultSaveLocation>true</isDefaultSaveLocation>
<isSupported>false</isSupported>
<simpleLocation>
<url>\\\\%s\%s</url>
<url>\\%s\%s</url>
</simpleLocation>
</searchConnectorDescription>
</searchConnectorDescriptionList>
Expand All @@ -45,12 +45,12 @@ Command=ToggleDesktop
<description>%s</description>
<isSearchOnlyItem>false</isSearchOnlyItem>
<includeInStartMenuScope>true</includeInStartMenuScope>
<iconReference>\\\\%s\%s</iconReference>
<iconReference>\\%s\%s</iconReference>
<templateInfo>
<folderType>{91475FE5-586B-4EBA-8D75-D17434B8CDF6}</folderType>
</templateInfo>
<simpleLocation>
<url>\\\\%s\%s</url>
<url>\\%s\%s</url>
</simpleLocation>
</searchConnectorDescription>
`
Expand Down

0 comments on commit 6d441ab

Please sign in to comment.