From 8d1215c39188cd39a6779e290d99cf6171cb791e Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Sun, 11 Jul 2021 21:48:17 +0200 Subject: [PATCH] core: reset time to return to Startpage on countdown Might fix https://github.com/andi34/photobooth/issues/272 --- src/js/core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/core.js b/src/js/core.js index cc3397b98..5218dd9b6 100644 --- a/src/js/core.js +++ b/src/js/core.js @@ -886,6 +886,7 @@ const photoBooth = (function () { cb(); } count++; + api.resetTimeOut(); if (config.preview.mode === 'gphoto' && config.picture.no_cheese && count === stop) { api.stopPreviewVideo(); }