Allow user to load installed extensions regardless of content warning (#3952)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user