Skip to content

Commit

Permalink
fix - Fixed IFM appearance
Browse files Browse the repository at this point in the history
---

We've fixed the IFM appearance that's caused by a recent update to Terminaux.

---

Type: fix
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 30, 2024
1 parent 15ba4a3 commit 1a9f50b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/Nitrocid/Misc/Interactives/FileManagerCli.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ public override string GetEntryFromItem(FileSystemEntry item)
}
}

/// <inheritdoc/>
public override string GetStatusFromItemSecondary(FileSystemEntry item) =>
GetStatusFromItem(item);

/// <inheritdoc/>
public override string GetEntryFromItemSecondary(FileSystemEntry item) =>
GetEntryFromItem(item);

internal void Open(FileSystemEntry entry1, FileSystemEntry entry2)
{
try
Expand Down

0 comments on commit 1a9f50b

Please sign in to comment.