Allow user to load installed extensions regardless of content warning (#3952)

This commit is contained in:
AntsyLich
2026-09-14 21:22:32 +06:00
committed by GitHub
parent a5cd541bdf
commit 0e0bc6972a
4 changed files with 27 additions and 2 deletions
@@ -48,6 +48,11 @@ class SourcePreferences(
setOf(ContentWarning.SAFE, ContentWarning.MIXED, ContentWarning.NSFW),
)
val applyContentWarningsToInstalled: Preference<Boolean> = preferenceStore.getBoolean(
"apply_content_warnings_to_installed",
true,
)
val migrationSortingMode: Preference<SetMigrateSorting.Mode> = preferenceStore.getEnum(
"pref_migration_sorting",
SetMigrateSorting.Mode.ALPHABETICAL,