summaryrefslogtreecommitdiff
path: root/www/js/DevOptionsCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-09-30 07:23:33 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-09-30 07:23:33 -0400
commite33a2f7dcada445a0891b3d1581edd4fcc36ad8d (patch)
treeef2ae53c4dfa794cd82e19e3a20f93646a49afe2 /www/js/DevOptionsCtrl.js
parentb321c0ee139571530a685edc187e29055b099789 (diff)
add xsmall thumbs
Diffstat (limited to 'www/js/DevOptionsCtrl.js')
-rw-r--r--www/js/DevOptionsCtrl.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js
index 2af824b5..6ca300ca 100644
--- a/www/js/DevOptionsCtrl.js
+++ b/www/js/DevOptionsCtrl.js
@@ -216,8 +216,9 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope'
var buttons = [
+ { text: $translate.instant('kEventViewThumbsXSmall'), value:'xsmall' },
{ text: $translate.instant('kEventViewThumbsSmall'), value:'small' },
- { text: $translate.instant('kEventViewThumbsLarge'), value:'large' },
+ { text: $translate.instant('kEventViewThumbsLarge'), value:'large' }
];