diff options
Diffstat (limited to 'www/templates/devoptions.html')
| -rw-r--r-- | www/templates/devoptions.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index b89cd7f7..f1a7ae29 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -22,7 +22,7 @@ </div> <div class="item item-input-inset item-text-wrap"> - {{'kMontageLiveViewFPS'|translate}} ({{'kSec'|translate}}.) + {{'kMontageLiveViewFPS'|translate}} ({{'kSec'|translate}}.) <label class="item-input-wrapper"> <input type="tel" placeholder="leave empty for auto" ng-model="loginData.montageliveFPS"> @@ -31,7 +31,7 @@ </div> <div class="item item-input-inset item-text-wrap"> - {{'kSingleLiveViewFPS'|translate}} ({{'kSec'|translate}}.) + {{'kSingleLiveViewFPS'|translate}} ({{'kSec'|translate}}.) <label class="item-input-wrapper"> <input id="devoptions-move-3_1" type="tel" placeholder="leave empty for auto" ng-model="loginData.singleliveFPS"> @@ -40,7 +40,7 @@ </div> <div class="item item-input-inset item-text-wrap"> - {{'kLiveStreamBuffer'|translate}} + {{'kLiveStreamBuffer'|translate}} <label class="item-input-wrapper"> <input id="devoptions-move-3_1" type="tel" ng-model="loginData.liveStreamBuffer"> </label> @@ -268,6 +268,13 @@ </label> </div> + <div class="item item-text-wrap item-input-inset"> + {{'kCustomHeader'|translate}} + <label class="item-input-wrapper"> + <input type="tel" placeholder="" ng-model="loginData.zmNinjaHeader" ng-change="useDefaultCustom()"> + </label> + </div> + </div> </ion-content> </ion-view> |
