mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Oops, missed one
This commit is contained in:
parent
c40a7a696e
commit
746aad9a18
@ -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 New Issue
Block a user