| 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(); |
no test coverage detected