Skip to content

Commit

Permalink
Default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Oct 14, 2024
1 parent 44bd50e commit d59d700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/AppUserDefaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public class AppUserDefaults: AppSettings {
}
}

@UserDefaultsWrapper(key: .duckPlayerOpenInNewTab, defaultValue: false)
@UserDefaultsWrapper(key: .duckPlayerOpenInNewTab, defaultValue: true)
var duckPlayerOpenInNewTab: Bool


Expand Down

0 comments on commit d59d700

Please sign in to comment.