mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Implement #15
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Wox.Plugin.SystemPlugins
|
||||
Score = 8,
|
||||
Action = _ =>
|
||||
{
|
||||
Process.Start(raw);
|
||||
Process.Start(uri.AbsoluteUri);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user