mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Add clipboard plugin.
This commit is contained in:
@@ -125,6 +125,7 @@ namespace Wox.Plugin.Doc
|
||||
//frm.ShowDoc(url);
|
||||
string browser = GetDefaultBrowserPath();
|
||||
Process.Start(browser, String.Format("\"file:///{0}\"", url));
|
||||
return true;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user