remove cctv status visible check

This commit is contained in:
2023-10-03 03:11:17 +09:00
parent b2bcc94510
commit 7577e37599

View File

@@ -41,13 +41,7 @@ Gui.element{
selected_index = 1
}:style{
width = 96
}:on_click(function(_, element, _)
if element.selected_index == 1 then
element.parent.parent.parent.cctv_display.visible = true
else
element.parent.parent.parent.cctv_display.visible = false
end
end)
}
local cctv_location =
Gui.element{