mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 01:45:46 -04:00
Skip splash when pressing titlebar, if enabled
This commit is contained in:
parent
c7082455c1
commit
004fddf4de
1 changed files with 4 additions and 1 deletions
|
@ -303,7 +303,10 @@ void SystemStatusView::on_camera() {
|
|||
}
|
||||
|
||||
void SystemStatusView::on_title() {
|
||||
nav_.push<AboutView>();
|
||||
if(nav_.is_top())
|
||||
nav_.push<AboutView>();
|
||||
else
|
||||
nav_.pop();
|
||||
}
|
||||
|
||||
/* Information View *****************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue