mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-11 15:29:28 -05:00
Merge pull request #288 from GullCode/ui_navigation_warning_fix
Added missing brace
This commit is contained in:
commit
7049373d67
@ -625,7 +625,9 @@ 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();
|
||||||
|
Loading…
Reference in New Issue
Block a user