VPN: Minimal support for wireguard + removed opening non existing panel.

This commit is contained in:
ItsLemmy
2025-11-23 15:11:33 -05:00
parent 2f92445e8a
commit e3c722fec8
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ Singleton {
continue;
}
const type = remaining.substring(secondLastColonIdx + 1);
if (type !== "vpn") {
if (type !== "vpn" && type !== "wireguard") {
continue;
}
const remaining2 = remaining.substring(0, secondLastColonIdx);