Show full row of items on tablet

This commit is contained in:
Nicolas Mowen 2024-05-18 08:04:59 -06:00
parent f208651b32
commit d9445e4594

View File

@ -36,6 +36,7 @@ import {
isIOS,
isMobile,
isSafari,
isTablet,
useMobileOrientation,
} from "react-device-detect";
import { BsThreeDotsVertical } from "react-icons/bs";
@ -622,7 +623,7 @@ function FrigateCameraFeatures({
useAutotrackingState(camera);
// desktop shows icons part of row
if (isDesktop) {
if (isDesktop || isTablet) {
return (
<>
<CameraFeatureToggle