fix: 翻页开关

This commit is contained in:
HapeLee
2026-06-09 01:17:10 +08:00
parent f9fb720ae3
commit 25f6eeaf48
@@ -323,7 +323,7 @@ fun GlobalThemePage(
onClick = {
ReadBook.book?.setPageAnim(-1)
onIntent(ReadBookIntent.UpdateConfig(ConfigUpdate.PageAnim(index)))
ReadBook.loadContent(false)
onIntent(ReadBookIntent.PageAnimChanged)
dismiss()
},
)