diff options
Diffstat (limited to 'src/templates/player.template.html')
-rw-r--r-- | src/templates/player.template.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/templates/player.template.html b/src/templates/player.template.html index 5b5a7ab..ebf98cc 100644 --- a/src/templates/player.template.html +++ b/src/templates/player.template.html @@ -1,7 +1,9 @@ <div class="container-fluid"> <div class="row align-items-center mt-3"> <div class="col-2 text-left"> - <button type="button" class="btn btn-light"> + <button type="button" + class="btn {{ ^isLooping }}btn-outline-secondary{{ /isLooping }} {{ #isLooping }}btn-danger{{ /isLooping }}" + onclick="player.loop();"> <i class="fas fa-retweet"></i> </button> </div> |