mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-27 12:40:36 +03:00
Formatting the UDP mode description
This commit is contained in:
@@ -148,7 +148,7 @@ return view.extend({
|
||||
o.default = o.disabled;
|
||||
o.rmempty = false;
|
||||
|
||||
o = s.option(form.ListValue, "udp_mode", _("UDP mode"), _("This flag specifies udp handling strategy. If drop udp packets will be dropped (useful for quic when browser can fallback to tcp), if fake udp will be faked."));
|
||||
o = s.option(form.ListValue, "udp_mode", _("UDP mode"), _("This flag specifies udp handling strategy. If <code>drop</code> udp packets will be dropped (useful for quic when browser can fallback to tcp), if <code>fake</code> udp will be faked."));
|
||||
o.widget = "radio"
|
||||
o.depends("quic_drop", "0");
|
||||
o.value("fake", "fake");
|
||||
|
||||
Reference in New Issue
Block a user