mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Skip splash when pressing titlebar, if enabled
This commit is contained in:
parent
c7082455c1
commit
004fddf4de
@ -303,7 +303,10 @@ void SystemStatusView::on_camera() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void SystemStatusView::on_title() {
|
void SystemStatusView::on_title() {
|
||||||
|
if(nav_.is_top())
|
||||||
nav_.push<AboutView>();
|
nav_.push<AboutView>();
|
||||||
|
else
|
||||||
|
nav_.pop();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Information View *****************************************************/
|
/* Information View *****************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user