| 697 | } |
| 698 | |
| 699 | void BrowserLayout::ChangePartitionDrive(const UsbHsFsDevice &drv, const bool update_contents) { |
| 700 | this->ChangePartitionExplorer(fs::GetDriveExplorer(drv), update_contents); |
| 701 | } |
| 702 | |
| 703 | void BrowserLayout::UpdateElements(const int idx) { |
| 704 | g_Settings.ApplyToMenu(this->browse_menu); |
no test coverage detected