Don't show the bar if the platform doesn't support notifs
This commit is contained in:
@@ -75,7 +75,7 @@ module.exports = React.createClass({
|
||||
break;
|
||||
}
|
||||
|
||||
if (!Notifier.isEnabled()) {
|
||||
if (Notifier.supportsDesktopNotifications() && !Notifier.isEnabled()) {
|
||||
return (
|
||||
<div className="mx_MatrixChat_wrapper">
|
||||
<MatrixToolbar />
|
||||
|
||||
Reference in New Issue
Block a user