From ccb5ea766d7090fe02e7912863fbcc059bbcd884 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 15 Apr 2016 13:16:52 -0400 Subject: [PATCH] add the toggle for RecordAudio so that the checkbox works to turn off Audio --- web/includes/actions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/includes/actions.php b/web/includes/actions.php index 4cd056116..ba6a1f075 100644 --- a/web/includes/actions.php +++ b/web/includes/actions.php @@ -525,6 +525,7 @@ if ( !empty($action) ) 'DoNativeMotDet' => 'toggle', 'Exif' => 'toggle', 'RTSPDescribe' => 'toggle', + 'RecordAudio' => 'toggle', ); $columns = getTableColumns( 'Monitors' );