Skip to content

Commit

Permalink
Clear screen on reboot / poweroff
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Aug 15, 2016
1 parent b7fe573 commit 7c060e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ int main()
}
DeinitFS();

ClearScreenFull(true, true);
(menu_exit == MENU_EXIT_REBOOT) ? Reboot() : PowerOff();
return 0;
}

0 comments on commit 7c060e0

Please sign in to comment.