()
| 3411 | } |
| 3412 | |
| 3413 | private static void Menu_DownloadOptions_f() { |
| 3414 | DownloadOptions_MenuInit(); |
| 3415 | PushMenu((List<String> args) -> DownloadOptions_MenuDraw(), new keyfunc_t() { |
| 3416 | public String execute(int key) { |
| 3417 | return DownloadOptions_MenuKey(key); |
| 3418 | } |
| 3419 | }); |
| 3420 | } |
| 3421 | |
| 3422 | /* |
| 3423 | * ============================================================================= |
no test coverage detected