fix: warm bag scanner

This commit is contained in:
Vati
2026-04-09 16:36:13 +04:00
parent a9ad1730df
commit 5753abe333
3 changed files with 68 additions and 0 deletions
+6
View File
@@ -92,6 +92,12 @@ function Main:Initialize()
addon.Modules.ClamOpener:Initialize()
end
-- Pre-warm ItemDetection / BagScanner caches in the background so the
-- first bag-frame open after login doesn't freeze on tooltip scans.
if addon.Modules.CacheWarmer and addon.Modules.CacheWarmer.Initialize then
addon.Modules.CacheWarmer:Initialize()
end
-- Setup slash commands
Main:SetupSlashCommands()