Skip to content

Commit

Permalink
ahaha what if i forgot to change a variable 😳
Browse files Browse the repository at this point in the history
  • Loading branch information
headassbtw committed Mar 11, 2021
1 parent 5bd21dc commit 763146b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomMenuText/Configuration/PluginConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal class PluginConfig
public static PluginConfig Instance { get; set; }
public virtual int SelectionType { get; set; } = 0;
public virtual int SelectedEntry { get; set; } = 0;
public virtual bool UsingDiColors { get; set; } = true;
public virtual bool UsingDiColors { get; set; } = false;
public virtual bool OnlyInMainMenu { get; set; } = true;

/// <summary>
Expand Down

0 comments on commit 763146b

Please sign in to comment.