mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 23:09:26 -05: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() {
|
||||
nav_.push<AboutView>();
|
||||
if(nav_.is_top())
|
||||
nav_.push<AboutView>();
|
||||
else
|
||||
nav_.pop();
|
||||
}
|
||||
|
||||
/* Information View *****************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user