From 252f7f4f7de3be863f58e02ec8abc54a2d840e17 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 12 Apr 2024 13:23:05 -0400 Subject: Fix Setting docstring table --- binaryninjaapi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 602b2475..6bd63a4b 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -15645,8 +15645,7 @@ namespace BinaryNinja { "optional" bool None Yes Indicates setting can be null "hidden" bool "type" is "string" Yes Indicates the UI should conceal the content "requiresRestart bool None Yes Enable restart notification in the UI upon change - "uiSelectionAction" string "type" is "string" Yes {"file", "directory", } Informs the UI to add - a button to open a selection dialog or run a registered UIAction + "uiSelectionAction" string "type" is "string" Yes {"file", "directory", } Informs the UI to add a button to open a selection dialog or run a registered UIAction ================== ====================================== ================== ======== ======================================================================= \note In order to facilitate deterministic analysis results, settings from the default schema that impact analysis are serialized -- cgit v1.3.1