Skip to content

Commit

Permalink
Disable animation on brekage report window
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurgel committed Dec 17, 2024
1 parent 73efb29 commit 80d0f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Menus/MainMenuActions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ extension MainViewController: FindInPageDelegate {
extension AppDelegate: PrivacyDashboardViewControllerSizeDelegate {

func privacyDashboardViewControllerDidChange(size: NSSize) {
privacyDashboardWindow?.setFrame(NSRect(origin: .zero, size: size), display: true, animate: true)
privacyDashboardWindow?.setFrame(NSRect(origin: .zero, size: size), display: true, animate: false)
}
}

Expand Down

0 comments on commit 80d0f0e

Please sign in to comment.