feat: adding slider to achievement sound

This commit is contained in:
Chubby Granny Chaser
2025-11-10 22:55:17 +00:00
parent 482d9b2f96
commit 399669a94c
11 changed files with 233 additions and 168 deletions

View File

@@ -6,6 +6,7 @@ export interface Theme {
isActive: boolean;
code: string;
hasCustomSound?: boolean;
originalSoundPath?: string;
createdAt: Date;
updatedAt: Date;
}