updated image loading
This commit is contained in:
@@ -14,6 +14,7 @@ const FrontCameraOverviewCard = ({ className }: CardProps) => {
|
||||
const navigate = useNavigate();
|
||||
const handlers = useSwipeable({
|
||||
onSwipedRight: () => navigate("/front-camera-settings"),
|
||||
onSwipedDown: () => navigate("/system-settings"),
|
||||
trackMouse: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user