Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit b8c8dbd

Browse files
authored
Merge pull request #68 from mustang-sally/fix-dl-button
Fix download button not working
2 parents a6f3176 + b3a774c commit b8c8dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electron/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h4></h4>
205205
<td width="75" oncontextmenu="openReplayContextMenu('{{vid}}')" style="cursor: pointer;" onClick="playVideo('{{vid}}')" class="{{highlight}}" align="right" data-name="shares">{{sharenum}}</td>
206206
<td width="33" oncontextmenu="openReplayContextMenu('{{vid}}')" style="cursor: pointer;" onClick="playVideo('{{vid}}')" class="{{highlight}}" style="color:gray" align="right" data-name="spm">{{spm}}</td>
207207
<td width="125" class="{{highlight}}" style="padding: 0 0.5em; text-align: right;">
208-
<a class="button icon-only" onClick="openReplayContextMenu('{{vid}}')" title="menu">
208+
<a class="button icon-only" onClick="downloadVideo('{{vid}}')" title="Download Video">
209209
<svg class="{{{inQueue}}}" viewBox="0 0 20 20">
210210
<path d="M17.064,4.656l-2.05-2.035C14.936,2.544,14.831,2.5,14.721,2.5H3.854c-0.229,0-0.417,0.188-0.417,0.417v14.167c0,0.229,0.188,0.417,0.417,0.417h12.917c0.229,0,0.416-0.188,0.416-0.417V4.952C17.188,4.84,17.144,4.733,17.064,4.656M6.354,3.333h7.917V10H6.354V3.333z M16.354,16.667H4.271V3.333h1.25v7.083c0,0.229,0.188,0.417,0.417,0.417h8.75c0.229,0,0.416-0.188,0.416-0.417V3.886l1.25,1.239V16.667z M13.402,4.688v3.958c0,0.229-0.186,0.417-0.417,0.417c-0.229,0-0.417-0.188-0.417-0.417V4.688c0-0.229,0.188-0.417,0.417-0.417C13.217,4.271,13.402,4.458,13.402,4.688"></path>
211211
</svg>

0 commit comments

Comments
 (0)