diff --git a/web/apps/photos/src/pages/index.tsx b/web/apps/photos/src/pages/index.tsx index 26a4e64b3d..b532d2262b 100644 --- a/web/apps/photos/src/pages/index.tsx +++ b/web/apps/photos/src/pages/index.tsx @@ -161,7 +161,10 @@ const Container: React.FC = ({ children }) => { const handleClick = () => { setTapCount(tapCount + 1); - if (tapCount + 1 == 7) setShowDevSettings(true); + if (tapCount + 1 == 7) { + setTapCount(0); + setShowDevSettings(true); + } }; return (