mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix directory rename not updating paths in advanced window.
This commit is contained in:
parent
25e9a99799
commit
2cb92d817a
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ public partial class ModEditWindow : Window, IDisposable
|
||||||
|
|
||||||
private void OnModPathChanged(ModPathChangeType type, Mod mod, DirectoryInfo? _1, DirectoryInfo? _2)
|
private void OnModPathChanged(ModPathChangeType type, Mod mod, DirectoryInfo? _1, DirectoryInfo? _2)
|
||||||
{
|
{
|
||||||
if (type is ModPathChangeType.Reloaded)
|
if (type is ModPathChangeType.Reloaded or ModPathChangeType.Moved)
|
||||||
ChangeMod(mod);
|
ChangeMod(mod);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue