diff --git a/DuckDuckGo/Application/AppDelegate.swift b/DuckDuckGo/Application/AppDelegate.swift index 67ba72560c..53ac49ff5b 100644 --- a/DuckDuckGo/Application/AppDelegate.swift +++ b/DuckDuckGo/Application/AppDelegate.swift @@ -222,12 +222,12 @@ final class AppDelegate: NSObject, NSApplicationDelegate { PrivacyFeatures.httpsUpgrade.loadDataAsync() bookmarksManager.loadBookmarks() - + // Force use of .mainThread to prevent high WindowServer Usage // Pending Fix with newer Lottie versions // https://app.asana.com/0/1177771139624306/1207024603216659/f LottieConfiguration.shared.renderingEngine = .mainThread - + if case .normal = NSApp.runType { FaviconManager.shared.loadFavicons() }