Skip to content

Commit

Permalink
suppress empty screen if no button is configured
Browse files Browse the repository at this point in the history
  • Loading branch information
sauttefk committed Feb 27, 2023
1 parent 651869d commit ebf6f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ void dp_refresh(bool nextPage) {
dp_clear();
break;
#else // skip this page
DisplayPage++;
DisplayPage = 0;
break;
#endif
} // switch (page)
Expand Down

0 comments on commit ebf6f1e

Please sign in to comment.