mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
Removed requestAudioOutputDevice padding.
This commit is contained in:
parent
97b50c3514
commit
81eada963e
1
lib.js
1
lib.js
@ -18069,7 +18069,6 @@ function gotDevicesRemote(deviceInfos, UUID) {
|
||||
|
||||
var buttonGO = document.createElement("button");
|
||||
buttonGO.innerHTML = '<i class="las la-headphones"></i> refresh';
|
||||
buttonGO.style = "padding: 5px;";
|
||||
buttonGO.title = "This will refresh the current device";
|
||||
buttonGO.id = "requestAudioOutputDevice_"+UUID;
|
||||
buttonGO.onclick = function(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user