diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-05 15:21:37 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-05 15:21:37 -0400 |
| commit | 875c555a61bea8f0e911b4fe412cc3f70931dc1c (patch) | |
| tree | e934bad8c3704b6b86679f77bc542590f8efb02d /www/templates | |
| parent | 11e5ca9bde04285fb87b54f0612778546c6d5b85 (diff) | |
#697 initial code for cloud sync
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> |
