add NotifPanel dot back. (#9242)
partially fixes https://github.com/vector-im/element-web/issues/17641 provides a dot, but not a badge. fixes chronic bug 87.
This commit is contained in:
parent
52fc8ff255
commit
eb97b9674c
2 changed files with 27 additions and 3 deletions
|
@ -35,6 +35,7 @@ interface IState {
|
|||
headerKind: HeaderKind;
|
||||
phase: RightPanelPhases;
|
||||
threadNotificationColor: NotificationColor;
|
||||
globalNotificationColor: NotificationColor;
|
||||
}
|
||||
|
||||
interface IProps {}
|
||||
|
@ -51,6 +52,7 @@ export default abstract class HeaderButtons<P = {}> extends React.Component<IPro
|
|||
headerKind: kind,
|
||||
phase: rps.currentCard.phase,
|
||||
threadNotificationColor: NotificationColor.None,
|
||||
globalNotificationColor: NotificationColor.None,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue