diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/login.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index e3c6e6fc..8fbd1dc3 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -16,6 +16,13 @@ </label> </div> <label> + + <ion-toggle ng-if="$root.platformOS != 'desktop'" ng-model="loginData.saveToCloud" toggle-class="toggle-calm"> + <span class="item-text-wrap">{{'kSaveToCloud'|translate}}</span> + <p ng-if="$root.platformOS=='ios'"> <span class="item-text-wrap">{{'kSaveToCloudIOS' | translate}}</span></p> + <p ng-if="$root.platformOS=='android'"> <span class="item-text-wrap">{{'kSaveToCloudANDROID' | translate}}</span></p> + </ion-toggle> + <ion-toggle ng-model="loginData.enableLowBandwidth" toggle-class="toggle-calm"> <span class="item-text-wrap">{{'kLowBandwidth'|translate}}</span> </ion-toggle> |
