mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
No language selection dialog - use Windows GUI langaage, which is default as of today with NSIS
This commit is contained in:
parent
082a60e067
commit
13f5d29c3c
1 changed files with 2 additions and 1 deletions
|
@ -541,7 +541,8 @@ SectionEnd
|
|||
Function .onInit
|
||||
!insertmacro INSTALLOPTIONS_EXTRACT "NSIS.InstallOptions.ini"
|
||||
|
||||
!insertmacro MUI_LANGDLL_DISPLAY
|
||||
; uncomment this line if you want to see the language selection
|
||||
;!insertmacro MUI_LANGDLL_DISPLAY
|
||||
|
||||
# load the selected language file
|
||||
StrCmp $LANGUAGE ${LANG_GERMAN} German 0
|
||||
|
|
Loading…
Reference in a new issue