mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-19 09:31:59 +00:00
Fix title in splash screen
This commit is contained in:
@@ -557,6 +557,9 @@ SystemView::SystemView(
|
|||||||
|
|
||||||
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_title_image_enabled(true);
|
||||||
|
this->status_view.set_dirty();
|
||||||
//else
|
//else
|
||||||
// navigation_view.push<SystemMenuView>();
|
// navigation_view.push<SystemMenuView>();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user