mirror of https://github.com/2dust/v2rayN
parent
c22b57927c
commit
14afeab2bb
|
@ -1250,7 +1250,7 @@ namespace ServiceLib.Handler.CoreConfig
|
||||||
|
|
||||||
private int GenExperimental(SingboxConfig singboxConfig)
|
private int GenExperimental(SingboxConfig singboxConfig)
|
||||||
{
|
{
|
||||||
if (_config.guiItem.enableStatistics)
|
//if (_config.guiItem.enableStatistics)
|
||||||
{
|
{
|
||||||
singboxConfig.experimental ??= new Experimental4Sbox();
|
singboxConfig.experimental ??= new Experimental4Sbox();
|
||||||
singboxConfig.experimental.clash_api = new Clash_Api4Sbox()
|
singboxConfig.experimental.clash_api = new Clash_Api4Sbox()
|
||||||
|
|
Loading…
Reference in New Issue