feat/frontend-phase1 #1
|
@ -319,7 +319,7 @@ async function initializeDialogEditor() {
|
|||
|
||||
// --- NEW: Per-line Play button ---
|
||||
const playBtn = document.createElement('button');
|
||||
playBtn.innerHTML = '▶️';
|
||||
playBtn.innerHTML = '⏵';
|
||||
playBtn.title = item.audioUrl ? 'Play generated audio' : 'No audio generated yet';
|
||||
playBtn.className = 'play-line-btn';
|
||||
playBtn.disabled = !item.audioUrl;
|
||||
|
|
Loading…
Reference in New Issue