diff options
| author | Brian Potchik <brian@vector35.com> | 2025-06-25 17:00:08 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-06-25 17:00:08 -0400 |
| commit | b1a7666164a000c5255f90568ed9597b58ce276a (patch) | |
| tree | ada1809b7a9ca7785d9103cfb5cc83dbbba4dc07 /python/settings.py | |
| parent | ecf2b3dd3e14d8ed0a3485104eaaa34a372228ba (diff) | |
Migrate 'Function Analysis' submenu into the 'Function Settings' menu.
Diffstat (limited to 'python/settings.py')
| -rw-r--r-- | python/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", <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 + "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 \ |
