Skip to content

Commit

Permalink
bw/bundles/loudness-viewer: only show terminal if we have room for it
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Mar 29, 2024
1 parent 83bcc91 commit c9d7a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundlewrap/bundles/loudness-viewer/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ def gather_from_other_node(metadata):
'width': metadata.get('loudness-viewer/screen/width')-stream_width,
'x': stream_width,
'y': 0,
},
} if stream_width < metadata.get('loudness-viewer/screen/width') else {},
},
}

0 comments on commit c9d7a99

Please sign in to comment.