summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-11 10:01:33 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-11 10:01:33 -0400
commit91e5270937307e9613e3eb2f3156e084f37b5327 (patch)
treedbf5564406d84f6a4d4da8ba19699d44f3ab066d /www/templates/events-modal.html
parentf5165ab5722f2bbb34356fd9501bd828f204e053 (diff)
show save option only if event is playing
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index c51ef443..598bde23 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -155,7 +155,7 @@
<a href="" ng-click="toggleGapless()">
<i class="ion-ios-loop-strong"></i>-{{loginData.gapless? ('kOn' | translate): ('kOff' | translate)}}</a>
</li>
- <li ng-if="defaultVideo=='' && isToggleListMenu">
+ <li ng-if="defaultVideo=='' && isToggleListMenu && (!isSnapShot() || liveFeedMid) ">
<a href="" ng-click="saveEventImageToPhoneWithPerms(false)">
<i class="ion-ios-camera"></i>
</a>