From 30447d76607df5ec8a6cb891807a37d9fd593cbb Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 25 Apr 2023 03:39:16 +0300 Subject: [PATCH] Rename to make it fit on screen --- applications/external/hid_app/hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/external/hid_app/hid.c b/applications/external/hid_app/hid.c index c86def18f..f29a3b22a 100644 --- a/applications/external/hid_app/hid.c +++ b/applications/external/hid_app/hid.c @@ -131,7 +131,7 @@ Hid* hid_alloc(HidTransport transport) { app); submenu_add_item( app->device_type_submenu, - "[Beta]YT Shorts Controller", + "YT Shorts Controller", HidSubmenuIndexYTShorts, hid_submenu_callback, app);