mirror of
https://github.com/4sval/FModel.git
synced 2026-09-21 07:54:39 -05:00
full fix #344
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user