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
1 changed files with 1 additions and 1 deletions

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