From b1a7666164a000c5255f90568ed9597b58ce276a Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 25 Jun 2025 17:00:08 -0400 Subject: Migrate 'Function Analysis' submenu into the 'Function Settings' menu. --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 41a93d08..48f11f24 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -17204,7 +17204,7 @@ namespace BinaryNinja { "hidden" bool "type" is "string" Yes Indicates the UI should conceal the content. The "ignore" property is required to specify the applicable storage scopes "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 - "quickSettingsGroup" string None Yes Informs the submenu name in the UI when added to quick settings context menu + "quickSettingsGroup" string None Yes Groups related items in the quick settings context menu using dividers to separate groups ================== ====================================== ================== ======== ======================================================================= \note In order to facilitate deterministic analysis results, settings from the default schema that impact analysis are serialized -- cgit v1.3.1