From 55b3ce7de85ef38158e0a248105d3eb2a8562871 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 20 Jun 2025 00:45:35 -0400 Subject: Initial support for Quick Settings. --- binaryninjaapi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 23b14797..2dc9b899 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -17022,8 +17022,9 @@ namespace BinaryNinja { "readOnly" bool None Yes Only enforced by UI elements "optional" bool None Yes Indicates setting can be null "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 + "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 ================== ====================================== ================== ======== ======================================================================= \note In order to facilitate deterministic analysis results, settings from the default schema that impact analysis are serialized -- cgit v1.3.1