mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[PT Run] Fix Max number of results setting (#30224)
This commit is contained in:
@@ -50,7 +50,7 @@ namespace PowerLauncher.ViewModel
|
||||
{
|
||||
get
|
||||
{
|
||||
return _settings.MaxResultsToShow * 75;
|
||||
return (_settings.MaxResultsToShow * 50) + 40;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user