location of the indicators

This commit is contained in:
mercury
2023-07-21 09:56:38 +04:00
parent 64bf86ec33
commit 1b3c7d47f6
+2 -2
View File
@@ -1785,11 +1785,11 @@ DNS-over-HTTPS with IP:
$data = [
[
[
'text' => "{$this->i18n('torrent')} " . $this->i18n(!$bt ? 'on' : 'off'),
'text' => $this->i18n(!$bt ? 'on' : 'off') . " {$this->i18n('torrent')} ",
'callback_data' => "/switchTorrent $page",
],
[
'text' => "{$this->i18n('exchange')} " . $this->i18n(!$ex ? 'on' : 'off'),
'text' => $this->i18n(!$ex ? 'on' : 'off') . " {$this->i18n('exchange')} ",
'callback_data' => "/switchExchange $page",
],
[