diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2018-10-14 15:00:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-14 15:00:02 -0400 |
| commit | 3cd1ff34c0cd8412ebe07d4ba5614ec938b72456 (patch) | |
| tree | b256e275147ee495721bedeaaafb1a65f8aef98c /www/templates/events-modal.html | |
| parent | ffbacb34a6a654eb1124c627320bc75131636ff7 (diff) | |
| parent | 863e507613e33cc66022ba3639f7e1a5b8eb7c96 (diff) | |
Merge pull request #709 from pliablepixels/webview
WKWebView migration resolutions and other stuff
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 598bde23..1f168b69 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -155,11 +155,21 @@ <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 && (!isSnapShot() || liveFeedMid) "> - <a href="" ng-click="saveEventImageToPhoneWithPerms(false)"> - <i class="ion-ios-camera"></i> + <li ng-if="isToggleListMenu"> + <a href="" ng-click="saveEventImageToPhoneWithPerms(false, 'any')"> + <i class="ion-camera"></i> </a> </li> + + + + <li ng-if="isToggleListMenu && defaultVideo !='' && defaultVideo != undefined"> + <a href="" ng-click="saveEventVideoToPhoneWithPerms()"> + <i class="ion-android-download"></i> + </a> + </li> + + <li ng-if="defaultVideo=='' && isToggleListMenu"> <a href="" ng-click="saveEventImageToPhoneWithPerms(true)"> <i class="ion-android-notifications"></i> |
