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

Method Reload

Goldleaf/source/ui/ui_ExploreMenuLayout.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void ExploreMenuLayout::Reload() {
50 g_Settings.ApplyToMenu(this->mounts_menu);
51 this->ReloadMenu();
52 g_MainApplication->LoadCommonIconMenuData(true, cfg::Strings.GetString(277), CommonIconKind::Storage, cfg::Strings.GetString(278));
53 }
54
55 void ExploreMenuLayout::ReloadMenu() {
56 this->mounts_menu->ClearItems();

Callers 1

Calls 3

ReloadMenuMethod · 0.95
ApplyToMenuMethod · 0.80

Tested by

no test coverage detected