From 2ded29f1b32842611b7e7751d14ab5533cc7cb19 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 21 Mar 2024 11:54:05 -0400 Subject: Add uiSelectionControl documentation (skip-ci). --- python/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/settings.py b/python/settings.py index 486d3d2f..776ed07b 100644 --- a/python/settings.py +++ b/python/settings.py @@ -79,6 +79,8 @@ 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 ================== ====================================== ================== ======== ======================================================================= .. note:: In order to facilitate deterministic analysis results, settings from the *'default'* schema that impact analysis are serialized \ -- cgit v1.3.1