Skip to content

Commit

Permalink
Allow band compositing for single-band image
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Sep 14, 2023
1 parent 746b0e8 commit a649a88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default Vue.extend({
{id: 2, name: 'Channel Compositing'}
);
}
if (this.metadata.bandCount > 1) {
if (this.metadata.bandCount) {
this.sliderModes.push(
{id: 3, name: 'Band Compositing'}
);
Expand Down

0 comments on commit a649a88

Please sign in to comment.