From d884514678602c67f6907ba502dddc5d281dd8f7 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 10 Dec 2023 03:21:20 +0100 Subject: [PATCH] Remove Firefox Developer icon --- scripts/Windows/Collections/Generic.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/Collections/Generic.ps1 b/scripts/Windows/Collections/Generic.ps1 index 236c1eef..6fd7afaf 100644 --- a/scripts/Windows/Collections/Generic.ps1 +++ b/scripts/Windows/Collections/Generic.ps1 @@ -45,6 +45,7 @@ function Restore-GenericApps([Context] $context) { winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave.Nightly; $context.RemoveTaskbarItem("*Firefox*"); + $context.RemoveDesktopIcon("*Firefox Developer*"); $context.RemoveDesktopIcon("*Brave*"); $context.RemoveTaskbarItem("*Brave*");