Oops, missed one
This commit is contained in:
parent
c40a7a696e
commit
746aad9a18
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ module.exports = React.createClass({
|
|||
} catch (e) {
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue