mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Fix PluginIndicator for multiple action keywords
1. Fixup, part of #352 2. Refactoring
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Wox.Plugin
|
||||
/// <summary>
|
||||
/// The raw query splited into a string array.
|
||||
/// </summary>
|
||||
internal string[] Terms { private get; set; }
|
||||
public string[] Terms { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Query can be splited into multiple terms by whitespace
|
||||
|
||||
Reference in New Issue
Block a user