NSIS: expand Shortcuts group
This commit is contained in:
parent
4afa2f83c7
commit
8af8105678
|
|
@ -516,6 +516,9 @@ Function PageInstallModeChangeMode
|
|||
!insertmacro UnselectSection ${SectionDefaultBrowser}
|
||||
${endif}
|
||||
${endif}
|
||||
|
||||
; Expand 'Shortcuts' group
|
||||
!insertmacro SetSectionFlag ${SectionGroupShortcuts} ${SF_EXPAND}
|
||||
FunctionEnd
|
||||
|
||||
Function PageDirectoryPre
|
||||
|
|
|
|||
Loading…
Reference in New Issue