mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
#2 change Everything default search mode
This commit is contained in:
parent
f07cd08789
commit
f4e74065ec
1 changed files with 6 additions and 1 deletions
|
|
@ -215,10 +215,15 @@ namespace Wox.Plugin.Everything
|
|||
if (maxCount < 0)
|
||||
throw new ArgumentOutOfRangeException("maxCount");
|
||||
|
||||
if (keyWord.StartsWith("@"))
|
||||
{
|
||||
Everything_SetRegex(true);
|
||||
keyWord = keyWord.Substring(1);
|
||||
}
|
||||
Everything_SetSearch(keyWord);
|
||||
Everything_SetOffset(offset);
|
||||
Everything_SetMax(maxCount);
|
||||
Everything_SetRegex(true);
|
||||
|
||||
|
||||
if (!Everything_Query(true))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue