add gui animation setting

This commit is contained in:
niuhuan 2021-11-26 11:13:30 +08:00
parent 3a9db2297c
commit cc60eb7226
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ bool currentGuiAnimation() {
Future<void> _chooseGuiAnimation(BuildContext context) async {
String? result =
await chooseListDialog<String>(context, "进入阅读器自动全屏", ["", ""]);
await chooseListDialog<String>(context, "开启软件界面动画", ["", ""]);
if (result != null) {
var target = result == "";
await method.saveProperty(_propertyName, "$target");