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

Method optsMemory_DefaultKey

Goldleaf/source/ui/ui_SettingsLayout.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void SettingsLayout::optsMemory_DefaultKey() {
162 g_MainApplication->LoadCommonIconMenuData(true, cfg::Strings.GetString(353), CommonIconKind::NAND, cfg::Strings.GetString(511));
163 g_MainApplication->GetMemoryLayout()->UpdateElements();
164 g_MainApplication->ShowLayout(g_MainApplication->GetMemoryLayout());
165 }
166
167 void SettingsLayout::Load() {
168 g_Settings.ApplyToMenu(this->options_menu);

Callers

nothing calls this directly

Calls 3

ShowLayoutMethod · 0.80
UpdateElementsMethod · 0.45

Tested by

no test coverage detected