mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
fix: Qbittorrent title on tab
This commit is contained in:
parent
0a8c450478
commit
05bcc9e587
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -4,7 +4,7 @@ import store from '../store'
|
|||
|
||||
export class DocumentTitle {
|
||||
static setDefault() {
|
||||
this.set('VueTorrent')
|
||||
this.set('Qbittorrent')
|
||||
}
|
||||
|
||||
static setGlobalSpeed() {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
]"
|
||||
>
|
||||
<span class="font-weight-light">Qbit</span>
|
||||
<span>Torrent</span>
|
||||
<span>torrent</span>
|
||||
</v-toolbar-title>
|
||||
<v-spacer />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue