| 66 | } |
| 67 | |
| 68 | void OwnSettingsLayout::view_logs_DefaultKey() { |
| 69 | auto sd_exp = fs::GetSdCardExplorer(); |
| 70 | g_MainApplication->ShowLayout(g_MainApplication->GetFileContentLayout()); |
| 71 | g_MainApplication->GetFileContentLayout()->LoadFile(GLEAF_PATH_LOG_FILE, sd_exp->FullPresentablePathFor(GLEAF_PATH_LOG_FILE), sd_exp, false); |
| 72 | } |
| 73 | |
| 74 | void OwnSettingsLayout::clear_logs_DefaultKey() { |
| 75 | auto sd_exp = fs::GetSdCardExplorer(); |
nothing calls this directly
no test coverage detected