mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Refactoring Refactoring icon, part 2
1. Add baidu, fix #576, #582 2. Refactoring
This commit is contained in:
@@ -35,9 +35,10 @@ namespace Wox.ViewModel
|
||||
|
||||
public string SubTitle => RawResult.SubTitle;
|
||||
|
||||
public string FullIcoPath => RawResult.FullIcoPath;
|
||||
|
||||
public string PluginID => RawResult.PluginID;
|
||||
|
||||
public string IcoPath => RawResult.IcoPath;
|
||||
|
||||
public int Score
|
||||
{
|
||||
get { return RawResult.Score; }
|
||||
|
||||
Reference in New Issue
Block a user