mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Unlinked the MaxResults value from settings and set to fixed value of 30 (#5742)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Microsoft.Plugin.Indexer
|
||||
{
|
||||
public List<ContextMenu> ContextMenus { get; } = new List<ContextMenu>();
|
||||
|
||||
public int MaxSearchCount { get; set; } = 100;
|
||||
public int MaxSearchCount { get; set; } = 30;
|
||||
|
||||
public bool UseLocationAsWorkingDir { get; set; } = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user