mirror of
https://github.com/4sval/FModel.git
synced 2026-09-22 00:14:38 -05:00
shoes icon + fixed gameplay tags + show metadata
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Some checks failed
FModel QA Builder / build (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user