snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 027d09347229c20e15bb36649af8e72758013fc1
parent e3abf2e828f78ca6c0d59fb415e17f086406558c
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Thu, 14 Mar 2019 21:03:07 +0100

Hide install button by default

Diffstat:
Mclient/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/index.html b/client/index.html @@ -44,7 +44,7 @@ <use xlink:href="#notifications" /> </svg> </a> - <a href="#" id="install" class="icon-button" title="Install Snapdrop"> + <a href="#" id="install" class="icon-button" title="Install Snapdrop" hidden> <svg class="icon"> <use xlink:href="#homescreen" /> </svg>