mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Remote control - Only display gabber status, if global grabber is enabled
This commit is contained in:
parent
1eba6f05a3
commit
96de6012e8
@ -202,8 +202,8 @@ $(document).ready(function () {
|
||||
|
||||
for (const comp of components) {
|
||||
if (comp.name === "ALL" || (comp.name === "FORWARDER" && window.currentHyperionInstance != 0) ||
|
||||
(comp.name === "GRABBER" && !window.serverConfig.instCapture.systemEnable) ||
|
||||
(comp.name === "V4L" && !window.serverConfig.instCapture.v4lEnable))
|
||||
(comp.name === "GRABBER" && !window.serverConfig.framegrabber.enable) ||
|
||||
(comp.name === "V4L" && !window.serverConfig.grabberV4L2.enable))
|
||||
continue;
|
||||
|
||||
const enable_style = (comp.enabled ? "checked" : "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user