Skip to content

Commit

Permalink
Temporary fix for #114
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienKluge committed Mar 22, 2019
1 parent c3e2153 commit 09266f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Windows/OptionsWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Spedit.UI.Windows
/// </summary>
public partial class OptionsWindow : MetroWindow
{
string[] AvailableAccents = { "Red", "Green", "Blue", "Purple", "Orange", "Lime", "Emerald", "Teal", "Cyan", "Cobalt", "Indigo", "Violet", "Pink", "Magenta", "Crimson", "Amber",
string[] AvailableAccents = { "Red", "Green", "Blue", "Purple", "Orange", "Lime", "Emerald", "Teal", "Cobalt", "Indigo", "Violet", "Pink", "Magenta", "Crimson", "Amber",
"Yellow", "Brown", "Olive", "Steel", "Mauve", "Taupe", "Sienna" };
bool RestartTextIsShown = false;
bool AllowChanging = false;
Expand Down

0 comments on commit 09266f2

Please sign in to comment.