update 2022-05-20 07:47:32

This commit is contained in:
github-actions[bot]
2022-05-20 07:47:32 +08:00
parent 7c81527226
commit 2c6ca04c3f
3 changed files with 122 additions and 21 deletions

View File

@@ -77,6 +77,9 @@ return view.extend({
s.tab('firmware', _('Firmware Settings'));
// o = s.taboption('firmware', form.Flag, 'autoupgrade_pkg', _('Packages Auto Upgrade'),_('谨慎开启'));
// o.rmempty = false;
o = s.taboption('firmware', form.Flag, 'autoupgrade_fm', _('Firmware Upgrade Notice'));
o.default = o.enabled;