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