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

Method PickUser

Goldleaf/source/ui/ui_MainApplication.cpp:381–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 }
380
381 void MainApplication::PickUser() {
382 if(acc::SelectUser()) {
383 acc::ExportSelectedUserIcon();
384 this->ShowNotification(cfg::Strings.GetString(324));
385 }
386 }
387
388 void MainApplication::OnInput(const u64 down, const u64 up, const u64 held) {
389 if(!hos::IsExitLocked()) {

Callers 1

Calls 3

ShowNotificationMethod · 0.95
SelectUserFunction · 0.85
ExportSelectedUserIconFunction · 0.85

Tested by

no test coverage detected