From 328f4af967032b8182b77947b559a43e939b1944 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Thu, 1 Sep 2022 20:13:17 +0200 Subject: [PATCH] make sounds configurable I added a configuration option 'sounds' to the deposit and dispense configs. To add new sound you need to place the sound file in the 'sounds' folder served by the frontend and then add the file name to the list. --- config/strichliste.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/strichliste.yaml b/config/strichliste.yaml index c87acf8..f3dc7e5 100644 --- a/config/strichliste.yaml +++ b/config/strichliste.yaml @@ -57,6 +57,8 @@ parameters: - 200 - 500 - 1000 + sounds: + - 'ka-ching.wav' dispense: enabled: true @@ -67,3 +69,5 @@ parameters: - 200 - 500 - 1000 + sounds: + - 'ka-ching.wav'