enable sending from cli by adding bash script

This commit is contained in:
schlagmichdoch 2023-02-20 17:42:02 +01:00
parent 20162b0c60
commit 0f9bbf9bbb
7 changed files with 347 additions and 100 deletions

View file

@ -213,11 +213,11 @@
</x-paper>
</x-background>
</x-dialog>
<!-- base64ZipDialog Dialog -->
<x-dialog id="base64ZipDialog">
<!-- base64PasteDialog Dialog -->
<x-dialog id="base64PasteDialog">
<x-background class="full center">
<x-paper shadow="2">
<button class="button center" id="base64ZipPasteBtn" title="Paste">Tap here to paste files</button>
<button class="button center" id="base64PasteBtn" title="Paste">Tap here to paste files</button>
<button class="button center" close>Close</button>
</x-paper>
</x-background>