fixed GSA writing, added always-edit button and search in file and for file
This commit is contained in:
@ -13,6 +13,9 @@ public partial class EntryTreeNodeViewModel : ViewModelBase
|
||||
[ObservableProperty]
|
||||
private string _name = string.Empty;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool _isExpanded;
|
||||
|
||||
/// <summary>
|
||||
/// Full relative path of this node within the archive (using '/' separator).
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user