You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Oops, missed one
This commit is contained in:
@ -973,7 +973,7 @@ module.exports = React.createClass({
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.warn("Failed to set badge count: "+e.message);
|
console.warn("Failed to set badge count: "+e.message);
|
||||||
}
|
}
|
||||||
document.title = `Vector ${state === "ERROR" ? " [offline]" : ""}${notifCount > 0 ? ` [${notifCount}]` : ""}`;
|
document.title = `Riot ${state === "ERROR" ? " [offline]" : ""}${notifCount > 0 ? ` [${notifCount}]` : ""}`;
|
||||||
},
|
},
|
||||||
|
|
||||||
onUserSettingsClose: function() {
|
onUserSettingsClose: function() {
|
||||||
|
Reference in New Issue
Block a user