Compare commits

..

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
a1008fa9ec CmdPal: Remove appLicensing capability to fix windows.firewall installation failure
Agent-Logs-Url: https://github.com/microsoft/PowerToys/sessions/24ad55ef-4c4b-4d09-b6cf-6855618d5783

Co-authored-by: MuyuanMS <116717757+MuyuanMS@users.noreply.github.com>
2026-04-29 09:18:06 +00:00
copilot-swe-agent[bot]
4ff034d679 Initial plan 2026-04-29 08:50:17 +00:00
2 changed files with 1 additions and 3 deletions

View File

@@ -86,6 +86,5 @@
<Capabilities>
<rescap:Capability Name="runFullTrust" />
<rescap:Capability Name="unvirtualizedResources" />
<rescap:Capability Name="appLicensing" />
</Capabilities>
</Package>

View File

@@ -135,8 +135,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
private void Frame_NavigationFailed(object sender, NavigationFailedEventArgs e)
{
throw e.Exception ?? new InvalidOperationException(
$"Navigation to {e.SourcePageType?.FullName ?? "unknown page"} failed.");
throw e.Exception;
}
private void Frame_Navigated(object sender, NavigationEventArgs e)