summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/devoptions.html7
-rw-r--r--www/templates/montage-history.html2
2 files changed, 8 insertions, 1 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index 2d267436..527a4f4f 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -24,6 +24,13 @@
</label>
</div>
+ <div ng-if="$root.platformOS=='android'">
+ <label>
+ <ion-toggle ng-model="loginData.exitOnSleep"
+ ng-checked="{{loginData.exitOnSleep}}"
+ toggle-class="toggle-calm">exit app in background</ion-toggle>
+ </label>
+ </div>
<label>
<ion-toggle ng-model="loginData.useNphZms"
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html
index 6a935c15..d895457a 100644
--- a/www/templates/montage-history.html
+++ b/www/templates/montage-history.html
@@ -44,7 +44,7 @@
- <div class="timeline_text" ion-datetime-picker ng-model="datetimeValue.value" >
+ <div class="timeline_text" ion-datetime-picker ng-model="datetimeValue.value" ng-change="dateChanged()">
<b>Tap to change: {{datetimeValue.value | date: "yyyy-MMM-dd hh:mma"}} @ {{sliderVal.rate}}x</b>
</div>