mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-23 08:09:58 -05:00
Added missing brace
This commit is contained in:
parent
19ebf14e8c
commit
5d73175a17
@ -625,10 +625,12 @@ SystemView::SystemView(
|
|||||||
navigation_view.push<SystemMenuView>();
|
navigation_view.push<SystemMenuView>();
|
||||||
|
|
||||||
if (portapack::persistent_memory::config_splash())
|
if (portapack::persistent_memory::config_splash())
|
||||||
|
{
|
||||||
navigation_view.push<BMPView>();
|
navigation_view.push<BMPView>();
|
||||||
status_view.set_back_enabled(false);
|
status_view.set_back_enabled(false);
|
||||||
status_view.set_title_image_enabled(true);
|
status_view.set_title_image_enabled(true);
|
||||||
status_view.set_dirty();
|
status_view.set_dirty();
|
||||||
|
}
|
||||||
//else
|
//else
|
||||||
// navigation_view.push<SystemMenuView>();
|
// navigation_view.push<SystemMenuView>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user