feat: make memories slideshow duration configurable (#22783)

This commit is contained in:
Mees Frensel
2025-11-08 23:46:43 +01:00
committed by GitHub
parent 4905bba694
commit 9cc88ed2a6
11 changed files with 65 additions and 4 deletions

View File

@@ -497,6 +497,7 @@ export interface UserPreferences {
};
memories: {
enabled: boolean;
duration: number;
};
people: {
enabled: boolean;