mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
[cmdpal] Fix winget cannot install after clicking "install" button issue (#39324)
init Co-authored-by: Yu Leng (from Dev Box) <yuleng@microsoft.com>
This commit is contained in:
@@ -128,7 +128,7 @@ public partial class CommandBarViewModel : ObservableObject,
|
|||||||
// this comes in when the primary button is tapped
|
// this comes in when the primary button is tapped
|
||||||
public void InvokePrimaryCommand()
|
public void InvokePrimaryCommand()
|
||||||
{
|
{
|
||||||
PerformCommand(SecondaryCommand);
|
PerformCommand(PrimaryCommand);
|
||||||
}
|
}
|
||||||
|
|
||||||
// this comes in when the secondary button is tapped
|
// this comes in when the secondary button is tapped
|
||||||
|
|||||||
Reference in New Issue
Block a user