From 37e8b96bcfb6ea7e57bb7d0cd18e4826312bd5c4 Mon Sep 17 00:00:00 2001 From: mercury Date: Sun, 18 May 2025 11:30:59 +0400 Subject: [PATCH] improve main menu --- app/bot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/bot.php b/app/bot.php index ee0a47d..956f085 100644 --- a/app/bot.php +++ b/app/bot.php @@ -4412,14 +4412,14 @@ DNS-over-HTTPS with IP: $main[] = ''; $main[] = $this->alignColumns([ [ - $cron, $this->i18n($backup ? 'on' : 'off') . ' autobackup' . ($backup ? " $backup" : ''), $this->i18n($conf['autoupdate'] ? 'on' : 'off') . ' autoupdate', + $this->i18n($conf['autoscan'] ? 'on' : 'off') . ' autoscan', ], [ - $this->i18n($conf['autoscan'] ? 'on' : 'off') . ' autoscan', $this->i18n($conf['autodeny'] ? 'on' : 'off') . ' autoblock' . ($conf['deny'] ? ': ' . count($conf['deny']) : ''), $this->i18n($conf['reset_monthly'] ? 'on' : 'off') . ' autoreset', + $cron, ], ]); $main[] = '';