diff --git a/lib/basic/config/GuiAnimation.dart b/lib/basic/config/GuiAnimation.dart index 1b82bf3..67c4671 100644 --- a/lib/basic/config/GuiAnimation.dart +++ b/lib/basic/config/GuiAnimation.dart @@ -18,7 +18,7 @@ bool currentGuiAnimation() { Future _chooseGuiAnimation(BuildContext context) async { String? result = - await chooseListDialog(context, "进入阅读器自动全屏", ["是", "否"]); + await chooseListDialog(context, "开启软件界面动画", ["是", "否"]); if (result != null) { var target = result == "是"; await method.saveProperty(_propertyName, "$target");