Compare commits

..

1 Commits

Author SHA1 Message Date
mercury ca37736cd5 fix menu rulesset with empty rules 2024-10-26 23:14:03 +04:00
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -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'),
+2
View File
@@ -1,3 +1,5 @@
26.10.2024 v1.89
- xray rulesset: фикс меню при отсутствующих правилах
26.10.2024 v1.88
- xray rulesset: дублирование кнопок текстом
- singbox 1.10.1 для windows x64