From df3f56cc25e9f9c6bd218f17b4bf3b633e6b239a Mon Sep 17 00:00:00 2001 From: Carlos Medeiros Date: Thu, 16 Jan 2025 10:01:58 +0000 Subject: [PATCH] explicit setting to false --- app/src/common/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/common/main.c b/app/src/common/main.c index 1aa885c0..7bb4afbf 100644 --- a/app/src/common/main.c +++ b/app/src/common/main.c @@ -104,6 +104,10 @@ __attribute__((section(".boot"))) int main(int arg0) { } #endif } else { +#ifdef HAVE_SWAP + // The app has been launched from the dashboard + G_swap_state.called_from_swap = false; +#endif BEGIN_TRY { TRY