diff --git a/app/bot.php b/app/bot.php index cd521c2..bb67643 100644 --- a/app/bot.php +++ b/app/bot.php @@ -3701,7 +3701,8 @@ DNS-over-HTTPS with IP: { $text[] = "Menu -> " . $this->i18n('xray') . ' -> ' . $this->i18n('routes') . ' -> rulesset list'; - [$data, $text] = $this->listPac('rulessetlist', $page, 'xtlsrulesset', 1); + [$data, $tmp] = $this->listPac('rulessetlist', $page, 'xtlsrulesset', 1); + $text = array_merge($text, $tmp ?: []); $data[] = [ [ 'text' => $this->i18n('back'), diff --git a/version b/version index c46c6fc..5e3b30a 100644 --- a/version +++ b/version @@ -1,3 +1,5 @@ +26.10.2024 v1.89 +- xray rulesset: фикс меню при отсутствующих правилах 26.10.2024 v1.88 - xray rulesset: дублирование кнопок текстом - singbox 1.10.1 для windows x64