Skip to content

Commit

Permalink
Lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Apr 10, 2024
1 parent 7d0c708 commit 7fed71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 7fed71a

Please sign in to comment.