mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
add browser bookmark (chrome) plugin
This commit is contained in:
@@ -36,5 +36,10 @@ namespace WinAlfred.Plugin
|
||||
Result r = (Result)obj;
|
||||
return r.Title == Title && r.SubTitle == SubTitle;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Title + SubTitle;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user