diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-12 17:10:42 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-12 17:10:42 -0400 |
| commit | efb517890a542946e164e9bdab98e4421329a0d5 (patch) | |
| tree | f7c354bb60206519a351d82691de2c1a11a45aeb /www/templates | |
| parent | 8a4c07898977d6981ecdc33dd15fa61c0f674d46 (diff) | |
You can now persist hidden monitors across timeline/events/montage - https://github.com/pliablepixels/zmNinja/issues/42
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/devoptions.html | 7 | ||||
| -rw-r--r-- | www/templates/state.html | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index 60d0b3ba..5b1d2936 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -47,10 +47,17 @@ toggle-class="toggle-calm">Enable Debug Logs</ion-toggle> </label> + <label> <ion-toggle ng-model="loginData.canSwipeMonitors" ng-checked="{{loginData.canSwipeMonitors}}" toggle-class="toggle-calm">Swipe to change monitors</ion-toggle> </label> + + <label> + <ion-toggle ng-model="loginData.persistMontageOrder" + ng-checked="{{loginData.persistMontageOrder}}" + toggle-class="toggle-calm">Persist hidden monitors</ion-toggle> + </label> <button class="button button-block button-balanced icon ion-locked" ng-click="saveDevOptions()"> Save diff --git a/www/templates/state.html b/www/templates/state.html index 440d931e..7d26d8e5 100644 --- a/www/templates/state.html +++ b/www/templates/state.html @@ -1,4 +1,4 @@ -<ion-view view-title="System Status" cache="false"> +<ion-view view-title="System Status" cache-view="false"> <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button> |
