mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-06 07:50:40 +01:00
chore (menu): prepare for release
This commit is contained in:
parent
fde39e845c
commit
809423c710
1 changed files with 2 additions and 2 deletions
|
|
@ -116,10 +116,10 @@ function componentLeft(render, { $scroll }) {
|
|||
<button data-action="share" title="${t("Share")}" class="${(window.CONFIG["enable_share"] && !new URLSearchParams(location.search).has("share")) ? "" : "hidden"}">
|
||||
${t("Share")}
|
||||
</button>
|
||||
<button data-action="embed" title="${t("Embed")}">
|
||||
<button data-action="embed" title="${t("Embed")}" class="hidden">
|
||||
${t("Embed")}
|
||||
</button>
|
||||
<button data-action="tag" title="${t("Tag")}">
|
||||
<button data-action="tag" title="${t("Tag")}" class="hidden">
|
||||
${t("Tag")}
|
||||
</button>
|
||||
`))),
|
||||
|
|
|
|||
Loading…
Reference in a new issue