summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-04-12 13:23:05 -0400
committerJosh Ferrell <josh@vector35.com>2024-04-12 13:23:05 -0400
commit252f7f4f7de3be863f58e02ec8abc54a2d840e17 (patch)
tree727da465d8d3a5fd73751332d80f6b46abf5ae76
parent6661609598076636391651115793864291319845 (diff)
Fix Setting docstring table
-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 \