Set archive root name to Root

dhcp-server
Pat Hartl 2023-09-11 01:55:09 -05:00
parent 046013491d
commit d3f13c6493
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@
var root = new FileManagerDirectory
{
Name = "/",
Name = "Root",
Path = "",
IsExpanded = true
};