mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: remove category badge style options, set bullet style as default (#24198)
This commit is contained in:
@@ -219,8 +219,7 @@ class AdminDashboardData
|
||||
:unreachable_themes,
|
||||
:watched_words_check,
|
||||
:google_analytics_version_check,
|
||||
:translation_overrides_check,
|
||||
:deprecated_category_style_check
|
||||
:translation_overrides_check
|
||||
|
||||
register_default_scheduled_problem_checks
|
||||
|
||||
@@ -460,10 +459,6 @@ class AdminDashboardData
|
||||
themes_html_format(themes, "dashboard.unreachable_themes")
|
||||
end
|
||||
|
||||
def deprecated_category_style_check
|
||||
I18n.t("dashboard.category_style_deprecated") if SiteSetting.category_style != "bullet"
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def themes_html_format(themes, i18n_key)
|
||||
|
||||
Reference in New Issue
Block a user