Skip to content

Commit

Permalink
Problem with SpecialPagesUserScript resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstrba committed Aug 19, 2024
1 parent 4e393d5 commit 352c71a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions DuckDuckGo/Tab/Model/SpecialPagesUserScriptExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,11 @@ extension SpecialPagesUserScript {
self.registerSubfeature(delegate: sslErrorPageUserScript)
}

#if SPARKLE
func withReleaseNotes() {
let releaseNotesUserScript = ReleaseNotesUserScript()
self.registerSubfeature(delegate: releaseNotesUserScript)
}
#endif

@MainActor
func withAllSubfeatures() {
withOnboarding()
withErrorPages()
withDuckPlayerIfAvailable()
#if SPARKLE
withReleaseNotes()
#endif
}

@MainActor
Expand Down

0 comments on commit 352c71a

Please sign in to comment.