fix: typo

This commit is contained in:
Hiddify
2024-01-25 20:05:03 +01:00
parent 3e0ac66055
commit 6ee1c1dedc

View File

@@ -20,7 +20,7 @@ enum ProxyType {
selector("Selector"),
urltest("URLTest"),
warp("Warp")
warp("Warp"),
unknown("Unknown");
const ProxyType(this.label);