mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Add Changelog, prevent UI category files from deduplicating, revert ui hash change.
This commit is contained in:
parent
4beded8a7a
commit
1fe334e33a
8 changed files with 59 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue