Skip to content

Commit

Permalink
Update zoom options in camera tab
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeccue committed Sep 10, 2024
1 parent eeb4648 commit b1011a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InstrumentControls/Camera.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export default {
return {
isExpandedStatusVisible: false,
zoom_options: [
'Full', ' 1.5X', '2X', '3X', '4X', '6X', '8X', '12X', '16X'
'30\'x30\'', 'Full', '1.5X', '2X', '3X', '4X', '6X', '8X', '12X', '16X', 'Planet'
],
quick_stacks_filter_list: [
'RGB irg', 'LRGB wirg', 'UBV ugr', 'O3HaS2'
Expand Down

0 comments on commit b1011a5

Please sign in to comment.