diff --git a/displaymenu.c b/displaymenu.c index 7759b61..2908880 100644 --- a/displaymenu.c +++ b/displaymenu.c @@ -203,7 +203,10 @@ void cSDDisplayMenu::SetItem(const char *Text, int Index, bool Current, bool Sel for (int i=0; i + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/views/displaymenurootview.c b/views/displaymenurootview.c index 2f3f11d..142949f 100644 --- a/views/displaymenurootview.c +++ b/views/displaymenurootview.c @@ -205,7 +205,7 @@ void cDisplayMenuRootView::SetMenu(eMenuCategory menuCat, bool menuInit) { } void cDisplayMenuRootView::CorrectDefaultMenu(void) { - if (viewType > svMenuDefault) { + if (viewType > svMenuDefault && viewType != svMenuPlugin) { SetMenu(mcUnknown, true); } }