Fix infinite camera capture loop

This commit is contained in:
2026-05-31 15:05:44 +02:00
parent 5365b3705a
commit 7c1129227e
+1 -1
View File
@@ -110,7 +110,7 @@ export default function App() {
onPhotoCaptured={handlePhotoCaptured} onPhotoCaptured={handlePhotoCaptured}
onBurstComplete={handleBurstComplete} onBurstComplete={handleBurstComplete}
onCancel={handleReset} onCancel={handleReset}
isIdle={currentScreen === 'home'} isIdle={currentScreen !== 'camera'}
onStartBooth={handleStartBooth} onStartBooth={handleStartBooth}
onNavigateToAdmin={handleOpenAdmin} onNavigateToAdmin={handleOpenAdmin}
adminPassword={settings.adminPassword} adminPassword={settings.adminPassword}