fix: camera unmount, sticker trash, update reset

This commit is contained in:
2026-06-11 17:25:01 +02:00
parent f26a15f851
commit f776cb3ed6
8 changed files with 76 additions and 36 deletions
+1
View File
@@ -157,6 +157,7 @@ export default function App() {
onBurstComplete={handleBurstComplete}
onCancel={handleReset}
isIdle={currentScreen !== 'camera'}
isObscured={currentScreen === 'preview' || currentScreen === 'admin'}
onStartBooth={handleStartBooth}
onNavigateToAdmin={handleOpenAdmin}
adminPassword={settings.adminPassword}