tunnel string hotfix

This commit is contained in:
NoobishSVK
2024-09-26 15:59:04 +02:00
parent f295f18e8f
commit ae6d077f58
+1 -1
View File
@@ -83,7 +83,7 @@ function submitData() {
const tunnelUsername = $('#tunnel-username').val();
const tunnelSubdomain = $('#tunnel-subdomain').val();
const tunnelToken = $('#tunnel-token').val();
const tunnelEnabled = $("#tunnel-enabled").is(":checked");
const tunnelEnabled = $("#tunnel-enable").is(":checked");
const tunnelLowLatency = $("#tuner-lowlatency").is(":checked");
const publicTuner = $("#tuner-public").is(":checked");