Skip to content

Commit

Permalink
Update ApplicationOptions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Apr 2, 2024
1 parent 0de19a5 commit 26225e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AudioCuesheetEditor/Model/Options/ApplicationOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public static IReadOnlyCollection<CultureInfo> AvailableCultures
{
var cultures = new List<CultureInfo>
{
new CultureInfo("en-US"),
new CultureInfo("de-DE")
new("en-US"),
new("de-DE")
};
return cultures.AsReadOnly();
}
Expand Down

0 comments on commit 26225e9

Please sign in to comment.