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: