mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
Removed other download buttons
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
<i class="fas fa-trash-alt fs-18" title data-original-title="Delete"></i>
|
||||
</a>
|
||||
|
||||
<a
|
||||
<a
|
||||
v-if="false"
|
||||
href="#"
|
||||
@click.prevent="fns.downloadVideo(data.id)"
|
||||
class="px-1 py-2"
|
||||
@@ -76,7 +77,8 @@
|
||||
<i class="fas fa-download"></i>
|
||||
</a>
|
||||
|
||||
<a
|
||||
<a
|
||||
v-if="false"
|
||||
href="#"
|
||||
@click.prevent="fns.downloadVideoExperimental1(data.id)"
|
||||
class="px-1 py-2"
|
||||
@@ -90,7 +92,7 @@
|
||||
:href="data.video_url"
|
||||
class="px-1 py-2"
|
||||
data-original-title="Download"
|
||||
v-tooltip.bottom="'Download Video (Experimental 2)'"
|
||||
v-tooltip.bottom="'Download Video'"
|
||||
>
|
||||
<i class="fas fa-download"></i>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user