Skip to content

Commit

Permalink
Merge branch 'daniel/duckplayer/21.allow.first.video' into daniel/duc…
Browse files Browse the repository at this point in the history
…kplayer/0.ship.review
  • Loading branch information
afterxleep committed Aug 16, 2024
2 parents 71f0aa1 + 546475d commit 757fb3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGoTests/DuckPlayerMocks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ final class MockDuckPlayerSettings: DuckPlayerSettingsProtocol {

var mode: DuckPlayerMode = .disabled
var askModeOverlayHidden: Bool = false
var allowFirstVideo: Bool = false

init(appSettings: AppSettings = AppSettingsMock(), privacyConfigManager: any BrowserServicesKit.PrivacyConfigurationManaging) {}
func triggerNotification() {}
Expand Down

0 comments on commit 757fb3b

Please sign in to comment.