| 61 | } |
| 62 | |
| 63 | void SettingsLayout::optsConfig_DefaultKey() { |
| 64 | g_MainApplication->LoadCommonIconMenuData(true, "Goldleaf settings", CommonIconKind::Settings, "Goldleaf-specific settings"); |
| 65 | g_MainApplication->GetOwnSettingsLayout()->UpdateSettings(true); |
| 66 | g_MainApplication->ShowLayout(g_MainApplication->GetOwnSettingsLayout()); |
| 67 | } |
| 68 | |
| 69 | void SettingsLayout::ExportUpdateToDirectory(const std::string &fw_path, const SetSysFirmwareVersion &fw_ver) { |
| 70 | auto sd_exp = fs::GetSdCardExplorer(); |
nothing calls this directly
no test coverage detected