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

Method Load

Goldleaf/source/ui/ui_AboutLayout.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void AboutLayout::Load() {
54 const auto exec_mode_str = cfg::Strings.GetString((GetExecutableMode() == ExecutableMode::NRO) ? 288 : 289);
55 const auto launch_mode_str = cfg::Strings.GetString((GetLaunchMode() == LaunchMode::Applet) ? 290 : 291);
56 g_MainApplication->LoadCommonIconMenuData(true, "Goldleaf v" GLEAF_VERSION, CommonIconKind::Info, exec_mode_str + ", " + launch_mode_str);
57 }
58
59}

Callers 3

account_DefaultKeyMethod · 0.45
settings_DefaultKeyMethod · 0.45
about_DefaultKeyMethod · 0.45

Calls 3

GetExecutableModeFunction · 0.85
GetLaunchModeFunction · 0.85

Tested by

no test coverage detected