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

Method OnSdCardSelected

Goldleaf/source/ui/ui_ExploreMenuLayout.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 void ExploreMenuLayout::OnSdCardSelected() {
116 g_MainApplication->LoadCommonIconMenuData(true, cfg::Strings.GetString(19), CommonIconKind::SdCard, "");
117 g_MainApplication->GetBrowserLayout()->ChangePartitionSdCard();
118 g_MainApplication->ShowLayout(g_MainApplication->GetBrowserLayout());
119 }
120
121 void ExploreMenuLayout::OnUsbDriveSelected(const UsbHsFsDevice drv) {
122 g_MainApplication->LoadCommonIconMenuData(true, cfg::Strings.GetString(403), CommonIconKind::Drive, "");

Callers

nothing calls this directly

Calls 3

ChangePartitionSdCardMethod · 0.80
ShowLayoutMethod · 0.80

Tested by

no test coverage detected