mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Resolve context data for uwps
This commit is contained in:
parent
9f404aa92c
commit
3fe1e5023a
1 changed files with 2 additions and 2 deletions
|
|
@ -474,7 +474,7 @@ namespace Flow.Launcher.Plugin.Program
|
|||
Visible = true,
|
||||
Action = (r) =>
|
||||
{
|
||||
if (r.ContextData is UWPPackage uwp)
|
||||
if (r.ContextData is UWPApp uwp)
|
||||
{
|
||||
Context.API.OpenDirectory(uwp.Location);
|
||||
return true;
|
||||
|
|
@ -499,7 +499,7 @@ namespace Flow.Launcher.Plugin.Program
|
|||
Visible = true,
|
||||
Action = (r) =>
|
||||
{
|
||||
if (r.ContextData is UWPPackage uwp)
|
||||
if (r.ContextData is UWPApp uwp)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue