NSIS: expand Shortcuts group

This commit is contained in:
bitraid 2018-10-06 12:52:16 +03:00
parent 4afa2f83c7
commit 8af8105678
No known key found for this signature in database
GPG Key ID: 140D99CA504654D3
1 changed files with 3 additions and 0 deletions

View File

@ -516,6 +516,9 @@ Function PageInstallModeChangeMode
!insertmacro UnselectSection ${SectionDefaultBrowser}
${endif}
${endif}
; Expand 'Shortcuts' group
!insertmacro SetSectionFlag ${SectionGroupShortcuts} ${SF_EXPAND}
FunctionEnd
Function PageDirectoryPre