更换字
This commit is contained in:
parent
c8c9885837
commit
20cd429db0
|
|
@ -276,7 +276,7 @@ class SettingFragment : BaseFragment(), CoroutineScope by CoroutineScope(Dispatc
|
||||||
7->{
|
7->{
|
||||||
val getIsGlo= MMKV.defaultMMKV().decodeBool(BZYConstants.MMKV_KEY_GLOBAL_MODEL, false)
|
val getIsGlo= MMKV.defaultMMKV().decodeBool(BZYConstants.MMKV_KEY_GLOBAL_MODEL, false)
|
||||||
if(clashRunning&&getIsGlo){
|
if(clashRunning&&getIsGlo){
|
||||||
RxToast.info("全局模式暂不支持上传日志,请切换到全局模式或关闭加速!")
|
RxToast.info("全局模式暂不支持上传日志,请切换到智能模式或关闭加速!")
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
val logDirParent = "applogs"
|
val logDirParent = "applogs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue