fix: Qbittorrent title on tab

This commit is contained in:
Daan Wijns 2022-01-13 20:15:38 +01:00
parent 0a8c450478
commit 05bcc9e587
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./favicon.ico?s=1">
<title><%= htmlWebpackPlugin.options.title %></title>
<title>Qbittorrent</title>
</head>
<body oncontextmenu='return false'>
<noscript>

View file

@ -4,7 +4,7 @@ import store from '../store'
export class DocumentTitle {
static setDefault() {
this.set('VueTorrent')
this.set('Qbittorrent')
}
static setGlobalSpeed() {

View file

@ -19,7 +19,7 @@
]"
>
<span class="font-weight-light">Qbit</span>
<span>Torrent</span>
<span>torrent</span>
</v-toolbar-title>
<v-spacer />