MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / optsConfig_DefaultKey

Method optsConfig_DefaultKey

Goldleaf/source/ui/ui_SettingsLayout.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 3

UpdateSettingsMethod · 0.80
ShowLayoutMethod · 0.80

Tested by

no test coverage detected