mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Actually close AE window on mod deletion
This commit is contained in:
parent
c24796a9d8
commit
3e57f8dd1e
1 changed files with 1 additions and 0 deletions
|
|
@ -686,6 +686,7 @@ public partial class ModEditWindow : IndexedWindow, IDisposable
|
|||
ChangeMod(arguments.Mod);
|
||||
break;
|
||||
case ModPathChangeType.Deleted:
|
||||
IsOpen = false;
|
||||
Dispose();
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue