mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Enable extension repos page
This commit is contained in:
parent
1aed88a6f1
commit
e61fa47ff6
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue