Skip to content

Commit

Permalink
clean up - add comments to prevent misleading
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Dec 24, 2024
1 parent 7860179 commit 58aa855
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firmware/application/apps/ui_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,10 @@ void SetBatteryView::focus() {
}

/* AppManagerView **************************************/
/* | inner apps | external apps |
* | id | display name |
* | callname | friendly name |
*/
AppManagerView::AppManagerView(NavigationView& nav)
: nav_{nav} {
add_children({&labels,
Expand Down

0 comments on commit 58aa855

Please sign in to comment.