mirror of
https://github.com/uowuo/abaddon.git
synced 2025-03-04 03:03:16 -05:00
max results -> 15
This commit is contained in:
parent
90bc9f9db2
commit
ce91a3d0f2
@ -102,7 +102,7 @@ void QuickSwitcher::Search() {
|
||||
auto &discord = Abaddon::Get().GetDiscordClient();
|
||||
|
||||
int result_count = 0;
|
||||
const int MAX_RESULTS = 30;
|
||||
const int MAX_RESULTS = 15;
|
||||
for (auto &result : results) {
|
||||
QuickSwitcherResultRow *row = nullptr;
|
||||
switch (result.Type) {
|
||||
|
Loading…
Reference in New Issue
Block a user