mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 12:02:18 +08:00
fix: reject drop
This commit is contained in:
parent
5e397c2aed
commit
e5bbbe28c5
|
@ -17,6 +17,7 @@ data class Proxy(
|
||||||
enum class Type(val group: Boolean) {
|
enum class Type(val group: Boolean) {
|
||||||
Direct(false),
|
Direct(false),
|
||||||
Reject(false),
|
Reject(false),
|
||||||
|
RejectDrop(false),
|
||||||
Compatible(false),
|
Compatible(false),
|
||||||
Pass(false),
|
Pass(false),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user