Add QR code to file viewer

This commit is contained in:
2021-07-26 19:48:56 +02:00
parent c07ae47e8e
commit ae9f98dcba
3 changed files with 42 additions and 0 deletions

View File

@@ -69,6 +69,10 @@
<i class="icon">share</i>
<span>Share</span>
</button>
<button id="btn_qr_code" class="toolbar_button button_full_width">
<i class="icon">qr_code</i>
<span>QR code</span>
</button>
<button id="btn_shuffle" class="toolbar_button button_full_width" style="display: none;" title="Randomize the order of the files in this list">
<i class="icon">shuffle</i>
<span>Shuffle &#x2610;</span>
@@ -334,6 +338,7 @@
{{template `Toolbar.js`}}
{{template `EditWindow.js`}}
{{template `EmbedWindow.js`}}
{{template `QRCodeWindow.js`}}
{{template `DetailsWindow.js`}}
{{template `AbuseReportWindow.js`}}
{{template `ListNavigator.js`}}