Force state change on refresh

This commit is contained in:
Pat Hartl 2023-09-10 17:12:01 -05:00
parent d7c2ae0d85
commit 3525ce96da

View file

@ -325,6 +325,8 @@
void Refresh()
{
ChangeDirectory(Path, false);
StateHasChanged();
}
void AddFolder(string name)