Skip to content

Commit

Permalink
fix(bw): popup USB menu not closing on disconnect (#4780)
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz authored Mar 22, 2024
1 parent c568e57 commit 961fd0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radio/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ void openUsbMenu()

void closeUsbMenu()
{
CLEAR_POPUP();
}

#endif
Expand Down

0 comments on commit 961fd0e

Please sign in to comment.