We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d251a commit e433daeCopy full SHA for e433dae
1 file changed
src/app/view.rs
@@ -1496,10 +1496,11 @@ impl AppModel {
1496
));
1497
}
1498
1499
- // Filter button (photo, video, and timelapse modes)
+ // Filter button (photo, video, timelapse, and virtual-camera modes)
1500
if self.mode == CameraMode::Photo
1501
|| self.mode == CameraMode::Video
1502
|| self.mode == CameraMode::Timelapse
1503
+ || self.mode == CameraMode::Virtual
1504
{
1505
let filter_active = self.selected_filter != FilterType::Standard;
1506
buttons.push(self.build_tools_grid_button(
0 commit comments