block comics

This commit is contained in:
nyne
2024-10-28 09:47:40 +08:00
parent 467dacdf79
commit 8b04584aa1
4 changed files with 119 additions and 36 deletions

View File

@@ -13,16 +13,16 @@ class _LocalFavoritesSettingsState extends State<LocalFavoritesSettings> {
return SmoothCustomScrollView(
slivers: [
SliverAppbar(title: Text("Local Favorites".tl)),
const SelectSetting(
title: "Add new favorite to",
SelectSetting(
title: "Add new favorite to".tl,
settingKey: "newFavoriteAddTo",
optionTranslation: {
optionTranslation: const {
"start": "Start",
"end": "End",
},
).toSliver(),
const SelectSetting(
title: "Move favorite after read",
SelectSetting(
title: "Move favorite after reading".tl,
settingKey: "moveFavoriteAfterRead",
optionTranslation: {
"none": "None",