Skip to content

Commit

Permalink
chore(install): remove new tab page wallpaper preference
Browse files Browse the repository at this point in the history
This commit removes the user preference for enabling the New Tab page wallpaper in the installation script.
  • Loading branch information
amnweb committed Sep 3, 2024
1 parent f716c30 commit c2a2345
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@ Get-ChildItem -Path $firefoxProfilesPath | ForEach-Object {
[PSCustomObject]@{
"line" = "user_pref(`"toolkit.telemetry.enabled`", false);"
"desc" = "Enable telemetry (disabled by default)"
},
[PSCustomObject]@{
"line" = "user_pref(`"browser.newtabpage.activity-stream.newtabWallpapers.enabled`", true);"
"desc" = "Enable New Tab page Wallpaper"
}
}
)
$fileContent = @"
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
Expand Down

0 comments on commit c2a2345

Please sign in to comment.