fix:简体中文才显示一键登录

This commit is contained in:
liyi 2025-04-03 09:21:43 +08:00
parent df439d3fe3
commit 237f8913d4

View File

@ -283,7 +283,7 @@ class _StarLockLoginPageState extends State<StarLockLoginPage> {
width: 10.sp, width: 10.sp,
)), )),
Obx(() => Visibility( Obx(() => Visibility(
visible: state.isCheckVerifyEnable.value, visible: state.isCheckVerifyEnable.value && state.currentLanguage == 'zh_CN',
child: GestureDetector( child: GestureDetector(
child: SizedBox( child: SizedBox(
// width: 150.w, // width: 150.w,