Add Changelog, prevent UI category files from deduplicating, revert ui hash change.

This commit is contained in:
Ottermandias 2022-09-06 22:34:26 +02:00
parent 4beded8a7a
commit 1fe334e33a
8 changed files with 59 additions and 17 deletions

View file

@ -159,6 +159,7 @@ public class Penumbra : IDalamudPlugin
system = new WindowSystem( Name );
system.AddWindow( _configWindow );
system.AddWindow( cfg.ModEditPopup );
system.AddWindow( ConfigWindow.CreateChangelog() );
Dalamud.PluginInterface.UiBuilder.OpenConfigUi += cfg.Toggle;
}