UI improvements: dynamic event text, remove camera indicator, fontawesome footer icons

This commit is contained in:
2026-06-12 23:49:57 +02:00
parent dd0876d977
commit b8969415f4
6 changed files with 19 additions and 14 deletions
+2 -2
View File
@@ -43,11 +43,11 @@ const DEFAULT_SETTINGS: AppSettings = {
availableFrameIds: FRAMES.map(f => f.id),
dateOverlay: 'off',
dateOverlayTransform: { x: 0, y: 0, rotation: 0, scale: 1 },
eventText: 'Schnappix-Party',
eventText: '',
burstCount: 1,
burstIntervalSec: 5,
welcomeText: 'Zeit für ein Erinnerungsfoto!',
footerText: '👆 Display tippen! • 😊 Lächeln! • 📸 Foto schnappen!',
footerText: 'Display tippen! • Lächeln! • Foto schnappen!',
useFrontCamera: false,
enableLogs: true,
};