Skip splash when pressing titlebar, if enabled

This commit is contained in:
Erwin Ried 2020-08-15 03:20:55 +02:00
parent c7082455c1
commit 004fddf4de

View File

@ -303,7 +303,10 @@ void SystemStatusView::on_camera() {
}
void SystemStatusView::on_title() {
if(nav_.is_top())
nav_.push<AboutView>();
else
nav_.pop();
}
/* Information View *****************************************************/