mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-14 15:18:28 +00:00
function switchModes(state=null)
function switchModes(state=null)
This commit is contained in:
parent
75469d9e3f
commit
16fc486476
5
lib.js
5
lib.js
@ -3677,6 +3677,11 @@ function switchModes(state=null){
|
||||
target.appendChild(session.rpcs[UUID].signalMeter);
|
||||
}
|
||||
}
|
||||
if (session.batteryMeter){
|
||||
if (session.rpcs[UUID].batteryMeter){
|
||||
target.appendChild(session.rpcs[UUID].batteryMeter);
|
||||
}
|
||||
}
|
||||
if (session.rpcs[UUID].voiceMeter){
|
||||
target.appendChild(session.rpcs[UUID].voiceMeter);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user