web/remux: add page title
This commit is contained in:
parent
ac9568a422
commit
33c2fee847
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{$t("general.cobalt")}: {$t("tabs.remux")}</title>
|
||||
</svelte:head>
|
||||
|
||||
<DropReceiver id="remux-container" bind:draggedOver bind:file>
|
||||
<div id="remux-open" class:processing>
|
||||
<FileReceiver
|
||||
|
|
Loading…
Reference in a new issue