This commit is contained in:
niuhuan 2021-10-05 05:40:02 +08:00
parent f5adcbd2e0
commit 8d41f5778a
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ Future<dynamic> chooseTheme(BuildContext buildContext) async {
value: _androidNightMode, value: _androidNightMode,
onChanged: onChange, onChanged: onChange,
), ),
Text("随手机进入夜间模式"), Text("随手机进入黑暗模式"),
], ],
), ),
), ),