Skip to content

Commit

Permalink
max results -> 15
Browse files Browse the repository at this point in the history
  • Loading branch information
ouwou committed Jun 6, 2024
1 parent 90bc9f9 commit ce91a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/quickswitcher/quickswitcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ce91a3d

Please sign in to comment.