We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd8f52 commit 6167b8fCopy full SHA for 6167b8f
rdgenerator/forms.py
@@ -5,7 +5,7 @@ class GenerateForm(forms.Form):
5
#Platform
6
platform = forms.ChoiceField(choices=[('windows','Windows'),('linux','Linux (currently unavailable)'),('android','Android'),('macos','macOS')], initial='windows')
7
version = forms.ChoiceField(choices=[('master','nightly'),('1.3.8','1.3.8'),('1.3.7','1.3.7'),('1.3.6','1.3.6'),('1.3.5','1.3.5'),('1.3.4','1.3.4'),('1.3.3','1.3.3')], initial='1.3.8')
8
- help_text="'master' is the development version (nightly build) with the latest features but may be less stable")
+ help_text="'master' is the development version (nightly build) with the latest features but may be less stable"
9
delayFix = forms.BooleanField(initial=True, required=False)
10
11
#General
0 commit comments