We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a5825 commit c8af494Copy full SHA for c8af494
1 file changed
app/src/main/java/io/nekohasekai/sagernet/fmt/ConfigBuilder.kt
@@ -738,7 +738,7 @@ fun buildConfig(
738
}
739
740
741
- _hack_custom_config = DataStore.globalCustomConfig
+ if (!forTest) _hack_custom_config = DataStore.globalCustomConfig
742
}.let {
743
val configMap = it.asMap()
744
Util.mergeJSON(configMap, proxy.requireBean().customConfigJson)
0 commit comments