| 126 | } |
| 127 | |
| 128 | void MainMenuLayout::settings_DefaultKey() { |
| 129 | g_MainApplication->ShowLayout(g_MainApplication->GetSettingsLayout()); |
| 130 | g_MainApplication->GetSettingsLayout()->Load(); |
| 131 | } |
| 132 | |
| 133 | void MainMenuLayout::about_DefaultKey() { |
| 134 | g_MainApplication->ShowLayout(g_MainApplication->GetAboutLayout()); |
nothing calls this directly
no test coverage detected