mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-04 14:23:35 +03:00
fix: reject drop
This commit is contained in:
parent
5e397c2aed
commit
e5bbbe28c5
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ data class Proxy(
|
|||
enum class Type(val group: Boolean) {
|
||||
Direct(false),
|
||||
Reject(false),
|
||||
RejectDrop(false),
|
||||
Compatible(false),
|
||||
Pass(false),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue