refactor: rename 'quic_disabled' to 'disable_quic'

This commit is contained in:
Andrey Petelin
2025-10-10 19:30:21 +05:00
committed by divocat
parent 1e6b555bfa
commit e3557f374e
2 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ function createSettingsContent(section) {
o = section.option(
form.Flag,
'quic_disable',
'disable_quic',
_('Disable QUIC'),
_('Disable the QUIC protocol to improve compatibility or fix issues with video streaming'),
);