Remove network name from window title

It can be redundant on network tab.
This commit is contained in:
Jérémie Astori 2019-02-18 00:35:04 -05:00
parent 16e4be12a8
commit 4faf7bfd3c
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -85,7 +85,7 @@ function updateTitle() {
let title = vueApp.appName;
if (vueApp.activeChannel) {
title = `${vueApp.activeChannel.channel.name}${vueApp.activeChannel.network.name}${title}`;
title = `${vueApp.activeChannel.channel.name}${title}`;
}
// add highlight count to title