summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-09-11 16:26:13 +0100
committerPliablePixels <pliablepixels@gmail.com>2015-09-11 16:26:13 +0100
commitd6189d6f85897be4250ca4b87f21f6113a10b68c (patch)
tree6cc9800feee796ae11bacc0a7506b96b5a172709 /www/templates
parent6fa4b725624feba76031e7354a4d94aed5339957 (diff)
Enabled a run time debug mode so I can see more details when testers report quirky bugs. It's in developer options.
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/devoptions.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index f262243d..f1a1c2c1 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -37,6 +37,12 @@
<input type="tel" placeholder="max is 70" ng-model="loginData.montageQuality">
</label>
</div>
+
+ <label>
+ <ion-toggle ng-model="loginData.enableDebug"
+ ng-checked="{{loginData.enableDebug}}"
+ toggle-class="toggle-calm">Enable Debug Logs</ion-toggle>
+ </label>
<button class="button button-block button-balanced icon ion-locked"
ng-click="saveDevOptions()"> Save