Skip to content

Commit

Permalink
explicit setting to false
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Jan 16, 2025
1 parent a265f78 commit df3f56c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/common/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df3f56c

Please sign in to comment.