Skip to content

Commit

Permalink
Fix some applet headers after adding icons
Browse files Browse the repository at this point in the history
  • Loading branch information
djphazer committed Dec 12, 2024
1 parent b89ebf4 commit aec290d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion software/src/applets/Calibr8.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class Calibr8 : public HemisphereApplet {
}

void View() {
gfxHeader(applet_name());
DrawInterface();
}

Expand Down
1 change: 0 additions & 1 deletion software/src/applets/SwitchSeq.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ class SwitchSeq : public HemisphereApplet

void View()
{
gfxHeader(applet_name());
DrawMode();
DrawIndicator();
}
Expand Down

0 comments on commit aec290d

Please sign in to comment.