Update mangapark.dart - slight adjustments to Preferences logic

This commit is contained in:
KptnFishy
2025-06-05 15:27:25 +02:00
committed by GitHub
parent 2e383d25e2
commit bbf7086914

View File

@@ -512,7 +512,7 @@ class MangaPark extends MProvider {
summary: "",
valueIndex: 0,
entries: ["False", "True"],
entryValues: [0, 2],
entryValues: ["0", "2"],
),
ListPreference(
key: "ImgServer",