Only load emote list if the user has them activated
This commit is contained in:
@@ -172,6 +172,9 @@ public sealed class SettingsWindow : Window
|
||||
if (hideChanged)
|
||||
GameFunctions.GameFunctions.SetChatInteractable(true);
|
||||
|
||||
if (Plugin.Config.ShowEmotes)
|
||||
Task.Run(EmoteCache.LoadData);
|
||||
|
||||
Initialise();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user