mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Misc
1. Rename 2. Fix progress bar: progress bar should not be loaded when only white spaces typed
This commit is contained in:
@@ -25,13 +25,19 @@ namespace Wox.Plugin
|
||||
/// </summary>
|
||||
internal string[] Terms { private get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Query can be splited into multiple terms by whitespace
|
||||
/// </summary>
|
||||
public const string TermSeperater = " ";
|
||||
/// <summary>
|
||||
/// User can set multiple action keywords seperated by ';'
|
||||
/// </summary>
|
||||
public const string ActionKeywordSeperater = ";";
|
||||
|
||||
/// <summary>
|
||||
/// * is used for System Plugin
|
||||
/// '*' is used for System Plugin
|
||||
/// </summary>
|
||||
public const string WildcardSign = "*";
|
||||
public const string GlobalPluginWildcardSign = "*";
|
||||
|
||||
public string ActionKeyword { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user