| 79 | } |
| 80 | |
| 81 | void MainMenuLayout::appList_DefaultKey() { |
| 82 | EnsureDirectories(); |
| 83 | g_MainApplication->GetApplicationListLayout()->Reload(); |
| 84 | g_MainApplication->ShowLayout(g_MainApplication->GetApplicationListLayout()); |
| 85 | } |
| 86 | |
| 87 | void MainMenuLayout::tickets_DefaultKey() { |
| 88 | g_MainApplication->GetTicketsLayout()->Reload(); |
nothing calls this directly
no test coverage detected