mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: New dropdowns work well on mobile for category notifications
This commit is contained in:
parent
a383b368c6
commit
0188cbb650
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user