From 405667697e5e79e981740b1624a0364974dad4a6 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 25 Mar 2023 18:09:53 +0800 Subject: [PATCH] REALITY show false --- V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/V2rayConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/V2rayConfig.kt b/V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/V2rayConfig.kt index c261f43a..cc46410a 100644 --- a/V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/V2rayConfig.kt +++ b/V2rayNG/app/src/main/kotlin/com/v2ray/ang/dto/V2rayConfig.kt @@ -191,7 +191,7 @@ data class V2rayConfig( val disableSystemRoot: Boolean? = null, val enableSessionResumption: Boolean? = null, // REALITY settings - val show: Boolean = true, + val show: Boolean = false, var publicKey: String? = null, var shortId: String? = null, var spiderX: String? = null)