mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Replace all obsoleted method
This commit is contained in:
@@ -53,8 +53,8 @@ namespace Wox.Plugin.BrowserBookmark
|
||||
Score = 5,
|
||||
Action = (e) =>
|
||||
{
|
||||
context.HideApp();
|
||||
context.ShellRun(c.Url);
|
||||
context.API.HideApp();
|
||||
context.API.ShellRun(c.Url);
|
||||
return true;
|
||||
}
|
||||
}).ToList();
|
||||
|
||||
Reference in New Issue
Block a user