mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
update query defualt to string empty instead of null and update result plugin id to be internal
This commit is contained in:
@@ -110,6 +110,6 @@ namespace Wox.Plugin
|
||||
/// <summary>
|
||||
/// Plugin ID that generate this result
|
||||
/// </summary>
|
||||
public string PluginID { get; set; }
|
||||
public string PluginID { get; internal set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user