mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 08:11:25 +00:00
default four results in launcher (#3081)
This commit is contained in:
parent
9d3014e39c
commit
cc0cd51658
@ -83,7 +83,7 @@ namespace Wox.Infrastructure.UserSettings
|
||||
public double WindowLeft { get; set; }
|
||||
public double WindowTop { get; set; }
|
||||
|
||||
private int _maxResultsToShow = 6;
|
||||
private int _maxResultsToShow = 4;
|
||||
public int MaxResultsToShow
|
||||
{
|
||||
get
|
||||
|
Loading…
Reference in New Issue
Block a user