mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-03-02 00:02:54 +00:00
allow custom android application id
This commit is contained in:
@@ -24,6 +24,7 @@ class GenerateForm(forms.Form):
|
||||
('settingsY', 'No, enable settings'),
|
||||
('settingsN', 'Yes, DISABLE settings')
|
||||
], initial='settingsY')
|
||||
androidappid = forms.CharField(label="Custom Android App ID (replaces 'com.carriez.flutter_hbb')", required=False)
|
||||
|
||||
#Custom Server
|
||||
serverIP = forms.CharField(label="Host", required=False)
|
||||
|
||||
Reference in New Issue
Block a user