mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-06-17 21:08:43 +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