From 252f7f4f7de3be863f58e02ec8abc54a2d840e17 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 12 Apr 2024 13:23:05 -0400 Subject: Fix Setting docstring table --- python/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python') 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", } 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", } 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 \ -- cgit v1.3.1