feat(settings): handle court number settings

This commit is contained in:
2026-06-06 11:53:40 +02:00
parent ccfca0dd25
commit 02fc32942a
11 changed files with 128 additions and 97 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ export class SettingsService {
await db.settings.put({
id: 1,
numberOfCourts: 5,
withServiceJudge: true
withServiceJudge: true,
showAlert: true
});
}
}