Add proxies sort

This commit is contained in:
problematicconsumer
2023-09-06 17:14:24 +03:30
parent ef1846e553
commit 490b116427
5 changed files with 96 additions and 8 deletions

View File

@@ -28,4 +28,6 @@ enum ProxyType {
String get key => name;
static List<ProxyType> groupValues = [selector, urltest];
bool get isGroup => ProxyType.groupValues.contains(this);
}