fixed GSA writing, added always-edit button and search in file and for file

This commit is contained in:
2026-07-21 15:50:52 +02:00
parent cbf0891ba4
commit d171c34236
42 changed files with 538 additions and 61 deletions

View File

@ -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>