improve main menu

This commit is contained in:
mercury
2025-05-18 19:23:42 +04:00
parent 37e8b96bcf
commit 90828d1117
+1 -1
View File
@@ -4412,7 +4412,7 @@ DNS-over-HTTPS with IP:
$main[] = '';
$main[] = $this->alignColumns([
[
$this->i18n($backup ? 'on' : 'off') . ' autobackup' . ($backup ? " $backup" : ''),
$this->i18n($backup ? 'on' : 'off') . ' autobackup',
$this->i18n($conf['autoupdate'] ? 'on' : 'off') . ' autoupdate',
$this->i18n($conf['autoscan'] ? 'on' : 'off') . ' autoscan',
],