diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-01 11:02:34 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-01 11:02:34 -0400 |
| commit | d8953a069365e51000aa0e86e38bdd6bd251f2f4 (patch) | |
| tree | bc94c4e174e08d9462cdb99f5cd922e3fe948f8f /www/templates | |
| parent | f13ae545e81fee9663a9a06177602efab5cfbdf0 (diff) | |
#933 add back spaces, 1.32 breaks. Make encoding optional in dev settings
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/devoptions.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index d782a654..435c4c40 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -277,6 +277,12 @@ </ion-toggle> </label> + <label> + <ion-toggle ng-if="$root.platformOS!='desktop'" ng-model="loginData.httpCordovaNoEncode" toggle-class="toggle-calm"> + <span class="item-text-wrap">{{'kHTTPCordovaNoEncode' | translate}}</span> + </ion-toggle> + </label> + <div class="item item-text-wrap item-input-inset"> {{'kCycleMonitorsInterval'|translate}}({{'kSec'|translate}}.) <label class="item-input-wrapper"> |
