mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-31 21:59:17 +03:00
refactor: rename 'quic_disabled' to 'disable_quic'
This commit is contained in:
@@ -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'),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user