diff options
| author | Brian Potchik <brian@vector35.com> | 2025-06-20 00:45:35 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-06-20 00:45:35 -0400 |
| commit | 55b3ce7de85ef38158e0a248105d3eb2a8562871 (patch) | |
| tree | f98a7d43fb1712f3a42d3722d1da2e6865c7069f /binaryninjaapi.h | |
| parent | 46e058a98054693037b9accba4265f8481e60231 (diff) | |
Initial support for Quick Settings.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
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", <Registered UIAction Name>} 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 <em><tt>default</tt></em> schema that impact analysis are serialized |
