test input hiding

This commit is contained in:
Bryan Gerlach
2026-01-12 10:06:35 -06:00
parent 30e83c107e
commit ee2e27de44

View File

@@ -47,6 +47,8 @@ def generator_view(request):
installation = form.cleaned_data['installation']
settings = form.cleaned_data['settings']
appname = form.cleaned_data['appname']
if not appname:
appname = "rustdesk"
filename = form.cleaned_data['exename']
compname = form.cleaned_data['compname']
if not compname: