diff --git a/App.tsx b/App.tsx index 720b9801..bca2270b 100644 --- a/App.tsx +++ b/App.tsx @@ -110,7 +110,7 @@ export default function App() { onPhotoCaptured={handlePhotoCaptured} onBurstComplete={handleBurstComplete} onCancel={handleReset} - isIdle={currentScreen === 'home'} + isIdle={currentScreen !== 'camera'} onStartBooth={handleStartBooth} onNavigateToAdmin={handleOpenAdmin} adminPassword={settings.adminPassword}