- Partially implement tab switch

- Better support character switch
This commit is contained in:
Infi
2024-08-28 18:18:20 +02:00
parent 17ed40307c
commit f6531907a4
7 changed files with 35 additions and 5 deletions
+3 -2
View File
@@ -88,6 +88,9 @@ public sealed class Plugin : IDalamudPlugin
ExtraChat = new ExtraChat(this);
FontManager = new FontManager();
// ChatLog calls this in its ctor if the player is already logged in
ServerCore = new ServerCore(this);
ChatLogWindow = new ChatLogWindow(this);
SettingsWindow = new SettingsWindow(this);
DbViewer = new DbViewer(this);
@@ -130,8 +133,6 @@ public sealed class Plugin : IDalamudPlugin
AutoTranslate.PreloadCache();
#endif
ServerCore = new ServerCore(this);
// Automatically start the webserver if requested
if (Config.WebinterfaceAutoStart)
{