From bc2567127f23c9b61ea6ad174c3c3ba89a76298c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 28 Nov 2023 20:24:20 -0500 Subject: [PATCH] Update doc for win_restartOBS --- JavascriptApi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JavascriptApi.h b/JavascriptApi.h index efcc8bf7..ce89fd58 100644 --- a/JavascriptApi.h +++ b/JavascriptApi.h @@ -163,8 +163,8 @@ class JavascriptApi // Disable/Enable user input to the window {"win_toggleUserInput", JS_TOGGLE_USER_INPUT}, - // .(@function(arg1), @bool_enable) - // Disable/Enable user input to the window + // .(@function(arg1)) + // Launches a new OBS and terminates existing one at same time. {"win_restartOBS", JS_RESTART_OBS}, /***