Skip to content

Commit

Permalink
Manager: Improve log list column abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sejsel committed Jun 29, 2022
1 parent f2cdbf7 commit 692bff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArcdpsLogManager/Sections/LogList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public class LogList : Panel
private static readonly Dictionary<string, string> Abbreviations = new Dictionary<string, string>
{
{ "★", "Favorite" },
{ "CM", "Challenge Mode" },
{ "Instabilities", "Mistlock Instabilities - Fractals of the Mists" },
{ "CM", "Challenge Mode or Emboldened" },
{ "Instabilities", "Fractals of the Mists" },
};

public bool ReadOnly { get; init; }
Expand Down

0 comments on commit 692bff7

Please sign in to comment.