chore: Enable extension repos page

This commit is contained in:
ziro 2024-01-13 20:37:02 +07:00
parent 1aed88a6f1
commit e61fa47ff6
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -44,9 +44,6 @@ class SettingsBrowseController : SettingsController() {
preference { preference {
title = context.getString(R.string.source_repos).addBetaTag(context) title = context.getString(R.string.source_repos).addBetaTag(context)
onClick { router.pushController(ExtensionRepoController().withFadeTransaction()) } onClick { router.pushController(ExtensionRepoController().withFadeTransaction()) }
// TODO: Enable once it's finished
summary = "Temporarily disabled, will be enabled once it's fully implemented"
isEnabled = BuildConfig.DEBUG
} }
switchPreference { switchPreference {
key = PreferenceKeys.automaticExtUpdates key = PreferenceKeys.automaticExtUpdates