To remove share icon on tour viewer's screen, you can navigate to /js/main.js file
and find this line:
โ{return r("share")}},"hide",t||w)
and replace it with this:
{return r("share")}},"hide",true)
To remove share icon on tour viewer's screen, you can navigate to /js/main.js file
and find this line:
โ{return r("share")}},"hide",t||w)
and replace it with this:
{return r("share")}},"hide",true)