Remove new label from command palette (#39318)

* remove new label from cmdpal

* fix xaml styling
This commit is contained in:
Kayla Cinnamon
2025-05-08 19:49:37 -04:00
committed by GitHub
parent 2d0d12f06c
commit 0427a7a7b0
2 changed files with 1 additions and 9 deletions

View File

@@ -77,7 +77,6 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
IsEnabled = gpo == GpoRuleConfigured.Enabled || (gpo != GpoRuleConfigured.Disabled && ModuleHelper.GetIsModuleEnabled(generalSettingsConfig, moduleType)),
IsLocked = gpo == GpoRuleConfigured.Enabled || gpo == GpoRuleConfigured.Disabled,
Icon = ModuleHelper.GetModuleTypeFluentIconName(moduleType),
IsNew = moduleType == ModuleType.CmdPal,
EnabledChangedCallback = EnabledChangedOnUI,
DashboardModuleItems = GetModuleItems(moduleType),
});