We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd21dc commit 763146bCopy full SHA for 763146b
1 file changed
CustomMenuText/Configuration/PluginConfig.cs
@@ -10,7 +10,7 @@ internal class PluginConfig
10
public static PluginConfig Instance { get; set; }
11
public virtual int SelectionType { get; set; } = 0;
12
public virtual int SelectedEntry { get; set; } = 0;
13
- public virtual bool UsingDiColors { get; set; } = true;
+ public virtual bool UsingDiColors { get; set; } = false;
14
public virtual bool OnlyInMainMenu { get; set; } = true;
15
16
/// <summary>
0 commit comments