summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/templates/devoptions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index 8db296b3..6bb215fc 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -31,7 +31,7 @@
</label>
<label>
- <ion-toggle ng-model="loginData.useLocalTimeZone" ng-checked="{{loginData.useLocalTimeZone}}" toggle-class="toggle-calm">{{'kLocalTimeZone' | translate}}</ion-toggle>
+ <ion-toggle ng-model="loginData.useLocalTimeZone" ng-checked="{{loginData.useLocalTimeZone}}" ng-disabled="!isTzSupported()" toggle-class="toggle-calm">{{'kLocalTimeZone' | translate}}<span ng-if="!isTzSupported()"><p>your API doesn't support this</p></span></ion-toggle>
</label>
<div ng-if="$root.platformOS=='android'">