mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
block comics
This commit is contained in:
@@ -61,7 +61,7 @@ class _ExploreSettingsState extends State<ExploreSettings> {
|
||||
},
|
||||
).toSliver(),
|
||||
_PopupWindowSetting(
|
||||
title: "Explore Pages".tl,
|
||||
title: "Network Favorite Pages".tl,
|
||||
builder: () {
|
||||
var pages = <String, String>{};
|
||||
for (var c in ComicSource.all()) {
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user