Only load emote list if the user has them activated

This commit is contained in:
Infi
2024-05-11 05:13:31 +02:00
parent 5d6acf7d08
commit fa41d22cb8
3 changed files with 35 additions and 21 deletions
+3
View File
@@ -172,6 +172,9 @@ public sealed class SettingsWindow : Window
if (hideChanged)
GameFunctions.GameFunctions.SetChatInteractable(true);
if (Plugin.Config.ShowEmotes)
Task.Run(EmoteCache.LoadData);
Initialise();
}
}