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

@@ -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()) {