Merge pull request #3062 from thelounge/astorije/fix-title

Remove network name from window title
This commit is contained in:
Pavel Djundik 2019-02-18 11:18:09 +02:00 committed by GitHub
commit c9c9748959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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