Quellcode durchsuchen

docs(Options): add modern and languages in nsis config section

Evshiron Magicka vor 8 Jahren
Ursprung
Commit
a23dc5d4e9
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      docs/Options.md

+ 2 - 0
docs/Options.md

@@ -45,5 +45,7 @@ Currently noop.
 
 Name | Type | Description
 --- | --- | ---
+modern | boolean | Whether to use Modern UI 2. Defaults to `true`.
+languages | string[] | Languages used in Modern UI 2. Multiple languages will result in a language selection dialog on startup. Defaults to `[ 'English' ]`.
 diffUpdaters | boolean | Whether to build diff updaters. Defaults to `false`.
 hashCalculation | boolean | Whether to calculate hashes for installers and updaters. Defaults to `true`.