feat: updated changelog

This commit is contained in:
goat 2023-10-03 22:25:35 +02:00
parent feb1dc0f03
commit fcf29acc02
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
8 changed files with 393 additions and 126 deletions

View file

@ -94,8 +94,7 @@ internal class DalamudInterface : IDisposable, IServiceType
{
var interfaceManager = interfaceManagerWithScene.Manager;
this.WindowSystem = new WindowSystem("DalamudCore");
this.changelogWindow = new ChangelogWindow() { IsOpen = false };
this.colorDemoWindow = new ColorDemoWindow() { IsOpen = false };
this.componentDemoWindow = new ComponentDemoWindow() { IsOpen = false };
this.dataWindow = new DataWindow() { IsOpen = false };
@ -108,6 +107,7 @@ internal class DalamudInterface : IDisposable, IServiceType
this.selfTestWindow = new SelfTestWindow() { IsOpen = false };
this.styleEditorWindow = new StyleEditorWindow() { IsOpen = false };
this.titleScreenMenuWindow = new TitleScreenMenuWindow() { IsOpen = false };
this.changelogWindow = new ChangelogWindow(this.titleScreenMenuWindow) { IsOpen = false };
this.profilerWindow = new ProfilerWindow() { IsOpen = false };
this.branchSwitcherWindow = new BranchSwitcherWindow() { IsOpen = false };
this.hitchSettingsWindow = new HitchSettingsWindow() { IsOpen = false };