Skip to content

Commit

Permalink
Revert "Allow band compositing for single-band image"
Browse files Browse the repository at this point in the history
This reverts commit a649a88.
  • Loading branch information
annehaley committed Sep 14, 2023
1 parent 742af06 commit 14a438c
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) {
if (this.metadata.bandCount > 1) {
this.sliderModes.push(
{id: 3, name: 'Band Compositing'}
);
Expand Down

0 comments on commit 14a438c

Please sign in to comment.