diff options
author | Emiliano Ciavatta | 2020-10-03 15:01:32 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-10-03 15:01:32 +0000 |
commit | f11e5d9e55c963109af8b8517c7790bf2eb7cac8 (patch) | |
tree | 9414951f4f2d7e1b5097ba655d50791b9faf27e0 /frontend/src/components/ConnectionContent.js | |
parent | 7d40e85e64762db8d420a33ed352f707edd7a9ba (diff) |
Add title page window titles
Diffstat (limited to 'frontend/src/components/ConnectionContent.js')
-rw-r--r-- | frontend/src/components/ConnectionContent.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/components/ConnectionContent.js b/frontend/src/components/ConnectionContent.js index 11b8617..2e4f2fd 100644 --- a/frontend/src/components/ConnectionContent.js +++ b/frontend/src/components/ConnectionContent.js @@ -30,6 +30,8 @@ class ConnectionContent extends Component { if (this.props.connection != null) { this.loadStream(); } + + document.title = "caronte:~/$"; } componentDidUpdate(prevProps, prevState, snapshot) { |