mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-27 12:40:36 +03:00
Add notice about sections order
This commit is contained in:
@@ -227,7 +227,7 @@ return view.extend({
|
|||||||
const flags_section = o.subsection;
|
const flags_section = o.subsection;
|
||||||
this.renderGeneralConfigs(flags_section);
|
this.renderGeneralConfigs(flags_section);
|
||||||
|
|
||||||
o = flags_section.option(form.SectionValue, "_subsections_section", form.GridSection, "section", _("Section configs"))
|
o = flags_section.option(form.SectionValue, "_subsections_section", form.GridSection, "section", _("Section configs"), _("Note that sections will be executed in reverse order: from last section to first. After section handles the packet, it stops processing in the next sections"))
|
||||||
const subsects_section = o.subsection;
|
const subsects_section = o.subsection;
|
||||||
subsects_section.addremove = true;
|
subsects_section.addremove = true;
|
||||||
subsects_section.anonymous = true;
|
subsects_section.anonymous = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user