Skip to content

Commit e433dae

Browse files
committed
feat(virtual-camera): show filter picker in tools menu
1 parent 01d251a commit e433dae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/app/view.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,10 +1496,11 @@ impl AppModel {
14961496
));
14971497
}
14981498

1499-
// Filter button (photo, video, and timelapse modes)
1499+
// Filter button (photo, video, timelapse, and virtual-camera modes)
15001500
if self.mode == CameraMode::Photo
15011501
|| self.mode == CameraMode::Video
15021502
|| self.mode == CameraMode::Timelapse
1503+
|| self.mode == CameraMode::Virtual
15031504
{
15041505
let filter_active = self.selected_filter != FilterType::Standard;
15051506
buttons.push(self.build_tools_grid_button(

0 commit comments

Comments
 (0)