mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Additional formatting tweaks (#5909)
This commit is contained in:
@@ -83,7 +83,7 @@ namespace PowerLauncher
|
||||
var ps = new ProcessStartInfo(e.Uri.ToString())
|
||||
{
|
||||
UseShellExecute = true,
|
||||
Verb = "open"
|
||||
Verb = "open",
|
||||
};
|
||||
Process.Start(ps);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user