mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
[WebSearch] sanitize ContextData
This commit is contained in:
parent
4fbd74a14d
commit
386ac9735f
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ namespace Flow.Launcher.Plugin.WebSearch
|
|||
|
||||
public List<Result> LoadContextMenus(Result selected)
|
||||
{
|
||||
if (selected?.ContextData == null || selected.ContextData is not string) return new List<Result>();
|
||||
return new List<Result>() {
|
||||
new Result
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue