mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-02 13:53:42 +01:00
Rename Mod BasePath to ModPath, add simple Directory Renaming and Reloading, some fixes, Cleanup EditWindow.
This commit is contained in:
parent
c416d044a4
commit
65bbece9cf
17 changed files with 636 additions and 368 deletions
|
|
@ -20,9 +20,9 @@ public class ModsController : WebApiController
|
|||
{
|
||||
x.Second?.Enabled,
|
||||
x.Second?.Priority,
|
||||
FolderName = x.First.BasePath.Name,
|
||||
FolderName = x.First.ModPath.Name,
|
||||
x.First.Name,
|
||||
BasePath = x.First.BasePath.FullName,
|
||||
BasePath = x.First.ModPath.FullName,
|
||||
Files = x.First.AllFiles,
|
||||
} );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue