| 74 | } |
| 75 | |
| 76 | void MainMenuLayout::exploreMenu_DefaultKey() { |
| 77 | g_MainApplication->GetExploreMenuLayout()->Reload(); |
| 78 | g_MainApplication->ShowLayout(g_MainApplication->GetExploreMenuLayout()); |
| 79 | } |
| 80 | |
| 81 | void MainMenuLayout::appList_DefaultKey() { |
| 82 | EnsureDirectories(); |
nothing calls this directly
no test coverage detected