From ba7db870a7ebecae6f2e0964ade5bdfa7808994c Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <mail@justjanne.de> Date: Wed, 8 Jan 2025 14:37:08 +0100 Subject: [PATCH] fix hanging previews caused by missing overlays --- configs/voctocore-cam1.ini | 2 +- configs/voctocore-cam2.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/voctocore-cam1.ini b/configs/voctocore-cam1.ini index 358b45d..2d492c7 100644 --- a/configs/voctocore-cam1.ini +++ b/configs/voctocore-cam1.ini @@ -56,7 +56,7 @@ location=/opt/voc/assets/pause-music-voc.mp3 [overlay] path=/opt/voc/overlays -files = +; files = ; should the user be able to toggle the AUTO-OFF button? user-auto-off = true ; should the AUTO-OFF button be initially be off? diff --git a/configs/voctocore-cam2.ini b/configs/voctocore-cam2.ini index c920884..edb172a 100644 --- a/configs/voctocore-cam2.ini +++ b/configs/voctocore-cam2.ini @@ -64,7 +64,7 @@ location=/opt/voc/assets/pause-music-voc.mp3 [overlay] path=/opt/voc/overlays -files = +; files = ; should the user be able to toggle the AUTO-OFF button? user-auto-off = true ; should the AUTO-OFF button be initially be off? -- GitLab