config: Add new option DISABLE_CUSTOM

This commit is contained in:
remittor
2025-02-05 20:14:11 +03:00
parent 768ebb6241
commit 82fafaa6fe
4 changed files with 8 additions and 0 deletions

View File

@@ -92,6 +92,10 @@ return view.extend({
o.value('hostlist', 'hostlist');
o.value('autohostlist', 'autohostlist');
o = s.taboption(tabname, form.Flag, 'DISABLE_CUSTOM', _('DISABLE_CUSTOM'));
o.rmempty = false;
o.default = 0;
/* NFQWS_OPT_DESYNC tab */
tabname = 'nfqws_params';