From b1a7666164a000c5255f90568ed9597b58ce276a Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 25 Jun 2025 17:00:08 -0400 Subject: Migrate 'Function Analysis' submenu into the 'Function Settings' menu. --- python/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/settings.py') diff --git a/python/settings.py b/python/settings.py index 59a595e3..947d2963 100644 --- a/python/settings.py +++ b/python/settings.py @@ -84,7 +84,7 @@ class Settings: "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" boolean 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 + "quickSettingsGroup" string None Yes Groups related items in the quick settings context menu using dividers to separate groups ==================== ====================================== ================== ======== ======================================================================= .. note:: In order to facilitate deterministic analysis results, settings from the *'default'* schema that impact analysis are serialized \ -- cgit v1.3.1