UX enhancement

This commit is contained in:
2026-02-24 03:49:53 +01:00
parent abc00ba450
commit f206f36664
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

@@ -110,6 +110,7 @@ getSourcesBtn.addEventListener('click', async () => {
sourcesGrid.classList.add('single-item');
selectedVideoSourceId = sources[0].id;
sourcesGrid.firstChild.classList.add('selected');
startPreview(selectedVideoSourceId);
startBtn.disabled = false;
} else {
sourcesGrid.classList.remove('single-item');