Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Qbittorrent title on tab
  • Loading branch information
WDaan committed Jan 13, 2022
1 parent 0a8c450 commit 05bcc9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/actions/DocumentTitle.js
Expand Up @@ -4,7 +4,7 @@ import store from '../store'

export class DocumentTitle {
static setDefault() {
this.set('VueTorrent')
this.set('Qbittorrent')
}

static setGlobalSpeed() {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.vue
Expand Up @@ -19,7 +19,7 @@
]"
>
<span class="font-weight-light">Qbit</span>
<span>Torrent</span>
<span>torrent</span>
</v-toolbar-title>
<v-spacer />

Expand Down

0 comments on commit 05bcc9e

Please sign in to comment.