diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-04-12 13:23:05 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-04-12 13:23:05 -0400 |
| commit | 252f7f4f7de3be863f58e02ec8abc54a2d840e17 (patch) | |
| tree | 727da465d8d3a5fd73751332d80f6b46abf5ae76 /python/settings.py | |
| parent | 6661609598076636391651115793864291319845 (diff) | |
Fix Setting docstring table
Diffstat (limited to 'python/settings.py')
| -rw-r--r-- | python/settings.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |
