fix: 修复畅玩游戏功能没有开启的问题

This commit is contained in:
叶子维
2023-06-06 17:27:41 +08:00
parent 206bc1bfcc
commit b6a823e793

View File

@ -1532,7 +1532,7 @@ object VHelper {
return if (configSettings == null) {
isVIsUsed()
} else {
"off" == configSettings.gameSmooth
"on" == configSettings.gameSmooth
}
}