From 936514217a1506e5076626e9c94c5f642e77c586 Mon Sep 17 00:00:00 2001 From: Shaheed Azaad Date: Fri, 25 Jul 2025 17:20:33 +0200 Subject: [PATCH] removed skip --- scripts/mark-call.js | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/scripts/mark-call.js b/scripts/mark-call.js index 442f907..e5504b8 100644 --- a/scripts/mark-call.js +++ b/scripts/mark-call.js @@ -75,6 +75,7 @@ import html from '../utils/html.js'; // Check if waveform should be shown const showWaveform = import.meta.env.VITE_SHOW_WAVEFORM === 'true'; + const allowSkip = import.meta.env.VITE_ALLOW_SKIP_BUTTONS === 'true'; display_element.innerHTML = ` @@ -120,15 +121,21 @@ import html from '../utils/html.js';

Keyboard shortcuts: