shoes icon + fixed gameplay tags + show metadata
Some checks failed
FModel QA Builder / build (push) Has been cancelled

This commit is contained in:
Asval
2024-11-14 17:34:59 +01:00
parent ac95ca7ebe
commit b846878e54
8 changed files with 54 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ public class TabItem : ViewModel
set => SetProperty(ref _directory, value);
}
public string FullPath => this.Directory + "/" + this.Header;
public string FullPath => this.Directory + "/" + this.Header.SubstringBeforeLast(" (");
private bool _hasSearchOpen;
public bool HasSearchOpen