Minor fixes:
removed clock added navigation arrow to main sighting screen added zoom functionality to rear (camera B) settings brought back navigation to rear cam page
This commit is contained in:
@@ -10,6 +10,7 @@ const FrontCameraOverviewCard = () => {
|
||||
const navigate = useNavigate();
|
||||
const handlers = useSwipeable({
|
||||
onSwipedRight: () => navigate("/camera-settings"),
|
||||
onSwipedLeft: () => navigate("/rear-camera-settings"),
|
||||
trackMouse: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user