mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 05:52: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) {
|
||||
Direct(false),
|
||||
Reject(false),
|
||||
RejectDrop(false),
|
||||
Compatible(false),
|
||||
Pass(false),
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user