From c77c2d2bb0aec8f1dc825012a242c8a82bcaba9f Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:49:08 +0300 Subject: [PATCH] fix order --- applications/system/find_my_flipper/application.fam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/system/find_my_flipper/application.fam b/applications/system/find_my_flipper/application.fam index 380e2a941..c9b870282 100644 --- a/applications/system/find_my_flipper/application.fam +++ b/applications/system/find_my_flipper/application.fam @@ -20,5 +20,5 @@ App( apptype=FlipperAppType.STARTUP, entry_point="findmy_startup", sources=["findmy_startup.c", "findmy_state.c"], - order=1000, + order=1210, )