mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 00:11:39 +08:00
UX: New dropdowns work well on mobile for category notifications
This commit is contained in:
@ -3,7 +3,7 @@ import NotificationOptionsComponent from "select-kit/components/notifications-bu
|
||||
export default NotificationOptionsComponent.extend({
|
||||
pluginApiIdentifiers: ["category-notifications-button"],
|
||||
classNames: "category-notifications-button",
|
||||
isHidden: Ember.computed.or("category.deleted", "site.isMobileDevice"),
|
||||
isHidden: Ember.computed.or("category.deleted"),
|
||||
headerIcon: Ember.computed.alias("iconForSelectedDetails"),
|
||||
i18nPrefix: "category.notifications",
|
||||
showFullTitle: false,
|
||||
|
Reference in New Issue
Block a user