🍕 Sync 2026-03-23 17:03:18

This commit is contained in:
github-actions[bot] 2026-03-23 17:03:18 +08:00
parent d9320c9550
commit 121b5af63e

View File

@ -117,7 +117,7 @@ return view.extend({
o.default = 'no'; // smb.conf default is 'yes'
o.rmempty = false;
s.option(form.Flag, 'force_root', _('Force Root'));
o = s.option(form.Flag, 'force_root', _('Force Root'));
o.enabled = 'yes';
o.disabled = 'no';
o.default = 'yes';