From 87383eaf6f24a43aaa96c7aeb8e5f9aa70308654 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Sun, 29 Sep 2024 15:54:33 +0800 Subject: [PATCH] move to util --- firmware/application/external/random/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/external/random/main.cpp b/firmware/application/external/random/main.cpp index fb180918..8bdd013d 100644 --- a/firmware/application/external/random/main.cpp +++ b/firmware/application/external/random/main.cpp @@ -74,7 +74,7 @@ __attribute__((section(".external_app.app_random.application_information"), used 0x01, }, /*.icon_color = */ ui::Color::yellow().v, - /*.menu_location = */ app_location_t::RX, + /*.menu_location = */ app_location_t::UTILITIES, /*.m4_app_tag = portapack::spi_flash::image_tag_afsk_rx */ {'P', 'A', 'F', 'R'}, /*.m4_app_offset = */ 0x00000000, // will be filled at compile time