[6.4.2] fix bug of switch

This commit is contained in:
EmArrow
2024-05-22 18:42:41 +08:00
parent a84b135def
commit f0ec7d2900

View File

@@ -13,18 +13,21 @@ object HmiBuildConfig {
* 是否显示 限速UI
*/
@JvmField
@Volatile
var isShowLimitingVelocityView = false
/**
* 是否显示 红绿等
*/
@JvmField
@Volatile
var isShowTrafficLightView = false
/**
* 是否显示 车端融合红绿等
*/
@JvmField
@Volatile
var isShowCarSourceTrafficLightView = false
/**