You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: binaryninjaapi.h
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17022,8 +17022,9 @@ namespace BinaryNinja {
17022
17022
"readOnly" bool None Yes Only enforced by UI elements
17023
17023
"optional" bool None Yes Indicates setting can be null
17024
17024
"hidden" bool "type" is "string" Yes Indicates the UI should conceal the content. The "ignore" property is required to specify the applicable storage scopes
17025
-
"requiresRestart bool None Yes Enable restart notification in the UI upon change
17025
+
"requiresRestart" bool None Yes Enable restart notification in the UI upon change
17026
17026
"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
17027
+
"quickSettingsGroup" string None Yes Informs the submenu name in the UI when added to quick settings context menu
"type" string None No {"array", "boolean", "number", "string", "object"}
70
70
"sorted" boolean "type" is "array" Yes Automatically sort list items (default is false)
@@ -82,9 +82,10 @@ class Settings:
82
82
"readOnly" boolean None Yes Only enforced by UI elements
83
83
"optional" boolean None Yes Indicates setting can be null
84
84
"hidden" bool "type" is "string" Yes Indicates the UI should conceal the content. The "ignore" property is required to specify the applicable storage scopes
85
-
"requiresRestart boolean None Yes Enable restart notification in the UI upon change
85
+
"requiresRestart" boolean None Yes Enable restart notification in the UI upon change
86
86
"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
0 commit comments