We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3866a87 commit 0d856a4Copy full SHA for 0d856a4
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