summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binaryninjaapi.h3
-rw-r--r--python/settings.py3
2 files changed, 2 insertions, 4 deletions
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", <Registered UIAction Name>} 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", <Registered UIAction Name>} 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 <em><tt>default</tt></em> schema that impact analysis are serialized
diff --git a/python/settings.py b/python/settings.py
index 776ed07b..6c73c4e6 100644
--- a/python/settings.py
+++ b/python/settings.py
@@ -79,8 +79,7 @@ class Settings:
"optional" boolean None Yes Indicates setting can be null
"hidden" bool "type" is "string" Yes Indicates the UI should conceal the content
"requiresRestart boolean 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
+ "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
================== ====================================== ================== ======== =======================================================================
.. note:: In order to facilitate deterministic analysis results, settings from the *'default'* schema that impact analysis are serialized \