From 6ee1c1dedc25e5de1a86f5365a0ef3ee6a0f7388 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Thu, 25 Jan 2024 20:05:03 +0100 Subject: [PATCH] fix: typo --- lib/singbox/model/singbox_proxy_type.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/singbox/model/singbox_proxy_type.dart b/lib/singbox/model/singbox_proxy_type.dart index c69d4882..dbc0f48c 100644 --- a/lib/singbox/model/singbox_proxy_type.dart +++ b/lib/singbox/model/singbox_proxy_type.dart @@ -20,7 +20,7 @@ enum ProxyType { selector("Selector"), urltest("URLTest"), - warp("Warp") + warp("Warp"), unknown("Unknown"); const ProxyType(this.label);