summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-01-24 09:34:47 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-01-24 09:34:47 -0500
commit02596e5821ba01672763b5faf5375de415de3bf4 (patch)
tree2cc7c2a1ea2dbc055f39682f6293b2bcd65f7b6c /www/templates
parent92faf1cd858447e7e8d3db0a3b3d2396934c5e4b (diff)
#587 - option added to dev settings to make this configurable
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/devoptions.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index 5348ba9c..531ca840 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -24,6 +24,12 @@
<ion-toggle ng-model="loginData.useLocalTimeZone" ng-checked="{{loginData.useLocalTimeZone}}" ng-disabled="!isTzSupported()" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kLocalTimeZone' | translate}}<span ng-if="!isTzSupported()"><p>{{'kTimeZoneNotSupported' | translate}}</p></span><span ng-if="isTzSupported()"><p>{{'kServerTimeZone' | translate}}:{{getTimeZoneNow()}}</p></span></span>
</ion-toggle>
</label>
+
+ <label>
+ <ion-toggle ng-model="loginData.showLiveForInProgressEvents" ng-checked="{{loginData.showLiveForInProgressEvents}}" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kShowLiveForInProgress' | translate}}</span>
+ </ion-toggle>
+ </label>
+
<div ng-if="$root.platformOS=='android'">
<label>
<ion-toggle ng-model="loginData.exitOnSleep" ng-checked="{{loginData.exitOnSleep}}" toggle-class="toggle-calm"><span class="item-text-wrap">{{'kExitAppBackground' | translate}}</span></ion-toggle>