From 476bec451d465ba9ecb308227ffe27d04b5c9a1d Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 12 Jul 2026 15:27:28 +0200 Subject: [PATCH] fix(frontend): show zero client count for mtproto and wireguard inbounds --- frontend/src/pages/inbounds/useInbounds.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/pages/inbounds/useInbounds.ts b/frontend/src/pages/inbounds/useInbounds.ts index f5c464ec5..dc2f35cb9 100644 --- a/frontend/src/pages/inbounds/useInbounds.ts +++ b/frontend/src/pages/inbounds/useInbounds.ts @@ -60,6 +60,8 @@ const TRACKED_PROTOCOLS: readonly string[] = [ Protocols.TROJAN, Protocols.SHADOWSOCKS, Protocols.HYSTERIA, + Protocols.WIREGUARD, + Protocols.MTPROTO, ]; async function fetchSlimInbounds(): Promise {