We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb67710 commit 3866a87Copy full SHA for 3866a87
1 file changed
FlowVision/lib/Classes/ToolConfig.cs
@@ -5,7 +5,7 @@
5
namespace FlowVision.lib.Classes
6
{
7
public class ToolConfig
8
- {
+ {t
9
public bool EnableCMDPlugin { get; set; } = true;
10
public bool EnablePowerShellPlugin { get; set; } = true;
11
public bool EnableScreenCapturePlugin { get; set; } = false; // Changed default to false
0 commit comments