Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
Update DisplayTheme.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlebushek2020 committed Apr 1, 2022
1 parent bb47f2c commit ba4ed51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sergey.UI.Extension/Themes/DisplayTheme.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public DisplayTheme(Theme value)
/// Returns a list of themes to display
/// </summary>
/// <returns><see cref="DisplayTheme"/> list</returns>
public static List<DisplayTheme> GetThemes()
public static List<DisplayTheme> GetList()
{
List<DisplayTheme> displayThemes = new List<DisplayTheme>();
foreach (Theme theme in Enum.GetValues(typeof(Theme)))
Expand Down

0 comments on commit ba4ed51

Please sign in to comment.