Skip to content

Commit

Permalink
Manager: Rename CM column to Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Sejsel committed Mar 21, 2024
1 parent 091c212 commit 5b55e7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ArcdpsLogManager/Sections/LogList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,10 @@ private GridView<LogData> ConstructLogGridView(LogDetailPanel detailPanel, Multi

gridView.Columns.Add(new GridColumn()
{
HeaderText = "CM",
HeaderText = "Mode",
DataCell = new TextBoxCell
{
TextAlignment = TextAlignment.Center,
Binding = new DelegateBinding<LogData, string>(x =>
{
switch (x.EncounterMode)
Expand Down

0 comments on commit 5b55e7a

Please sign in to comment.