mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +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);
|
ChangeMod(arguments.Mod);
|
||||||
break;
|
break;
|
||||||
case ModPathChangeType.Deleted:
|
case ModPathChangeType.Deleted:
|
||||||
|
IsOpen = false;
|
||||||
Dispose();
|
Dispose();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue