Skip to content

Commit

Permalink
add powder player icon and tooltip for SchizoDuckie#546
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jul 18, 2016
1 parent b4ba381 commit 77df571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added img/icon-powder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion templates/torrentClient.details.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ <h2>{{vm.torrent.getName()}}</h2>
<div ng-repeat="file in vm.torrent.torrent_files track by $index">
<p>
{{file.name}} <subtitle-dialog ng-if="file.isMovie" filename="file.searchFileName" tooltip-append-to-body="true"></subtitle-dialog>
<a class="hide-prod" ng-href="pow://{{file.path}}/{{file.name}}" ng-if="file.isMovie && (file.path)" style="display:block">Play with Powder</a>
<a class="hide-prod " ng-href="pow://{{file.path}}/{{file.name}}" ng-if="file.isMovie && (file.path)" style="display:block">
<img src="img/icon-powder.png" class="smallsettingicon" uib-tooltip="Play with Powder" tooltip-placement="top" >
</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 77df571

Please sign in to comment.