feat: configure minimum splash duration

This commit is contained in:
Marcel Peterkau
2026-06-21 18:48:08 +02:00
parent dadcdb8b4a
commit e1d2b87ca1
7 changed files with 66 additions and 1 deletions
+8
View File
@@ -31,6 +31,14 @@ PYTHONPATH=src python -m ccma
On first start, select or create the central member-store directory. The
`VERSION` file is the single source for application and package versions.
The splash screen remains visible for at least five seconds by default. This
advanced setting is intentionally not exposed in the options dialog. It can be
changed directly in `config.json`, including disabling the minimum with `0`:
```json
"splash_minimum_seconds": 0
```
## Store layout
```text