copyable warp key

This commit is contained in:
mercury
2024-10-25 17:14:52 +04:00
parent 3cc16469ff
commit c57053c8a0
+1 -1
View File
@@ -4681,7 +4681,7 @@ DNS-over-HTTPS with IP:
$p = $this->getPacConf();
$text[] = "Menu -> " . $this->i18n('warp');
$text[] = "status: " . $this->warpStatus();
$text[] = "key: " . $this->getPacConf()['warp'];
$text[] = "key: <code>{$this->getPacConf()['warp']}</code>";
$data[] = [
[
'text' => $this->i18n($p['warpoff'] ? 'off' : 'on'),