Skip to content

Commit

Permalink
Update Duck Player User Defaults keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Oct 8, 2022
1 parent 2aeea32 commit 88ae611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/Common/Utilities/UserDefaultsWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public struct UserDefaultsWrapper<T> {
case selectedDownloadLocationKey = "preferences.download-location"
case alwaysRequestDownloadLocationKey = "preferences.download-location.always-request"
case autoconsentEnabled = "preferences.autoconsent-enabled"
case privatePlayerMode = "preferences.experimental.private-youtube-player"
case youtubeOverlayInteracted = "preferences.experimental.youtube-overlay-interacted"
case privatePlayerMode = "preferences.duck-player"
case youtubeOverlayInteracted = "preferences.youtube-overlay-interacted"

case askToSaveUsernamesAndPasswords = "preferences.ask-to-save.usernames-passwords"
case askToSaveAddresses = "preferences.ask-to-save.addresses"
Expand Down

0 comments on commit 88ae611

Please sign in to comment.