Skip to content

Commit

Permalink
moved status to bottom right with green text
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Jul 17, 2023
1 parent 9bb62fb commit 619b910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/menus/xMenu/src/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void Menu::updateScreen(){

if(save_status.length() > 1){
common::printText(2, 2, ver.str().c_str());
common::printText(2, BOTTOM-10, save_status.c_str());
printTextScreen(350, BOTTOM, save_status.c_str(), GREEN_COLOR);

common::flip();

Expand Down

0 comments on commit 619b910

Please sign in to comment.