Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Aug 28, 2024
1 parent bf28ef7 commit fcc3ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/DuckPlayer/DuckPlayerNavigationHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ extension DuckPlayerNavigationHandler: DuckNavigationHandling {
}


// If DuckPlayer is disabled and we
// Daily Unique View Pixel
if url.isDuckPlayer,
duckPlayer.settings.mode != .disabled {
let setting = duckPlayer.settings.mode == .enabled ? Constants.duckPlayerAlwaysString : Constants.duckPlayerDefaultString
Expand Down

0 comments on commit fcc3ae0

Please sign in to comment.