This commit is contained in:
4sval
2022-12-22 19:49:41 +01:00
parent 2fee3c6ffa
commit e1321a8258
5 changed files with 24 additions and 17 deletions

View File

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