Change configuration to STJ

This commit is contained in:
Asriel Camora
2024-06-19 18:22:31 -07:00
parent b9333bc7c5
commit 9fc412365e
3 changed files with 33 additions and 18 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace Craftimizer.Plugin;
@@ -44,7 +45,7 @@ public sealed class Plugin : IDalamudPlugin
Service.Initialize(this, pluginInterface);
WindowSystem = new("Craftimizer");
Configuration = pluginInterface.GetPluginConfig() as Configuration ?? new();
Configuration = Configuration.Load();
Hooks = new();
Chat = new();
IconManager = new();