UX enhancement
This commit is contained in:
BIN
client/icon.png
BIN
client/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 106 KiB |
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user