Skip to content

Commit

Permalink
Fix notifications: prevent displaying too many
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Apr 15, 2020
1 parent f9c9110 commit 2350c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ void RefreshNotifications() {
count++;
if (count > 2) {
message += L"And more...\n";
break;
}
}

Expand Down

0 comments on commit 2350c7f

Please sign in to comment.