| 72 | } |
| 73 | |
| 74 | void OwnSettingsLayout::clear_logs_DefaultKey() { |
| 75 | auto sd_exp = fs::GetSdCardExplorer(); |
| 76 | sd_exp->DeleteFile(GLEAF_PATH_LOG_FILE); |
| 77 | g_MainApplication->ShowNotification(cfg::Strings.GetString(515)); |
| 78 | } |
| 79 | |
| 80 | void OwnSettingsLayout::custom_lang_DefaultKey() { |
| 81 | std::vector<std::string> lang_opts = { cfg::Strings.GetString(521) }; |
nothing calls this directly
no test coverage detected