Merge pull request #288 from GullCode/ui_navigation_warning_fix

Added missing brace
This commit is contained in:
Erwin Ried 2021-02-16 09:10:08 +01:00 committed by GitHub
commit 7049373d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -625,7 +625,9 @@ SystemView::SystemView(
navigation_view.push<SystemMenuView>();
if (portapack::persistent_memory::config_splash())
{
navigation_view.push<BMPView>();
}
status_view.set_back_enabled(false);
status_view.set_title_image_enabled(true);
status_view.set_dirty();